IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_space_quota Property

The space quota imposed on the directory.

Syntax

def get_dir_summary_space_quota() -> int: ...

dir_summary_space_quota = property(get_dir_summary_space_quota, None)

Default Value

-1

Remarks

The space quota imposed on the directory.

This property reflects the overall space quota (in bytes) imposed on the directory, or -1 if the directory doesn't have a space quota set.

A space quota limits the total number of bytes the files within a directory (or any of its subdirectories) may consume across all storage mediums. Space quotas are tracked separately from each directory's various dir_summary_storage_quotas, and only one space quota may be applied to any given directory.

This property is read-only.

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