IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummarySpaceQuota (property)

The space quota imposed on the directory.

Syntax

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

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