IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_space_used Property

The total amount of space the directory consumes on disk.

Syntax

def get_dir_summary_space_used() -> int: ...

dir_summary_space_used = property(get_dir_summary_space_used, None)

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