IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_size Property

The total size of the directory contents, excluding file replicas.

Syntax

def get_dir_summary_size() -> int: ...

dir_summary_size = property(get_dir_summary_size, None)

Default Value

0

Remarks

The total size of the directory contents, excluding file replicas.

This property reflects the total size (in bytes) of the directory's contents, calculated recursively.

Unlike dir_summary_space_used, this property's value does not take file replicas into account, and thus should not be interpreted as the actual number of bytes the directory's contents use on disk.

This property is read-only.

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