IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummaryNameQuota (property)

The name quota imposed on the directory.

Syntax

@property (nonatomic,readonly,assign,getter=dirSummaryNameQuota) long long dirSummaryNameQuota;
- (long long)dirSummaryNameQuota;
public var dirSummaryNameQuota: Int64 {
  get {...}
}

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 iOS Edition - Version 20.0 [Build 8265]