IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountUsedSpace (property)

The amount of space used by the account.

Syntax

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

Default Value

-1

Remarks

The amount of space used by the account.

This property reflects the amount of space, in bytes, used by the account.

This property is read-only.

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