IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_used_space Property

The amount of space used by the account.

Syntax

def get_account_used_space() -> int: ...

account_used_space = property(get_account_used_space, None)

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