IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummarySpaceUsed (property)

The total amount of space the directory consumes on disk.

Syntax

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

Default Value

0

Remarks

The total amount of space the directory consumes on disk.

This property reflects the total amount of space (in bytes) that the directory's contents, calculated recursively, consume on disk.

Unlike DirSummarySize, this property's value includes space consumed by file replicas.

This property is read-only.

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