IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_storage_quota_count Property

The number of storage type quotas associated with the directory.

Syntax

def get_dir_summary_storage_quota_count() -> int: ...

dir_summary_storage_quota_count = property(get_dir_summary_storage_quota_count, None)

Default Value

0

Remarks

The number of storage type quotas associated with the directory.

This property reflects the number of storage type quotas associated with the directory. Use the dir_summary_storage_quota_index property to select which storage type quota's information to reflect in the dir_summary_storage_quota, dir_summary_storage_quota_type, and dir_summary_storage_quota_used properties.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]