IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_name_quota Property

The name quota imposed on the directory.

Syntax

def get_dir_summary_name_quota() -> int: ...

dir_summary_name_quota = property(get_dir_summary_name_quota, None)

Default Value

-1

Remarks

The name quota imposed on the directory.

This property reflects the name quota imposed on the directory, or -1 if the directory doesn't have a name quota set.

A name quota limits the number of files and directories that can be created within a directory (calculated recursively). Note that a directory's own name is counted against its own quota, so the minimum name quota that may be applied to a directory is 1 (which will force the directory to stay empty).

This property is read-only.

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