class documentation

class GetStorageReport(BaseDfbReport): (source)

View In Hierarchy

Storage Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None. :ivar team.GetStorageReport.total_usage: Sum of the shared, unshared, and datastore usages, for each day. :ivar team.GetStorageReport.shared_usage: Array of the combined size (bytes) of team members' shared folders, for each day. :ivar team.GetStorageReport.unshared_usage: Array of the combined size (bytes) of team members' root namespaces, for each day. :ivar team.GetStorageReport.shared_folders: Array of the number of shared folders owned by team members, for each day. :ivar team.GetStorageReport.member_storage_map: Array of storage summaries of team members' account sizes. Each storage summary is an array of key, value pairs, where each pair describes a storage bucket. The key indicates the upper bound of the bucket and the value is the number of users in that bucket. There is one such summary per day. If there is no data for a day, the storage summary will be empty.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable member_storage_map Undocumented
Instance Variable shared_folders Undocumented
Instance Variable shared_usage Undocumented
Instance Variable total_usage Undocumented
Instance Variable unshared_usage Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _member_storage_map_value Undocumented
Instance Variable _shared_folders_value Undocumented
Instance Variable _shared_usage_value Undocumented
Instance Variable _total_usage_value Undocumented
Instance Variable _unshared_usage_value Undocumented

Inherited from BaseDfbReport:

Instance Variable start_date Undocumented
Instance Variable _start_date_value Undocumented
def __init__(self, start_date=None, total_usage=None, shared_usage=None, unshared_usage=None, shared_folders=None, member_storage_map=None): (source)

Undocumented

member_storage_map = (source)

Undocumented

shared_folders = (source)

Undocumented

shared_usage = (source)

Undocumented

total_usage = (source)

Undocumented

unshared_usage = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_member_storage_map_value = (source)

Undocumented

_shared_folders_value = (source)

Undocumented

_shared_usage_value = (source)

Undocumented

_total_usage_value = (source)

Undocumented

_unshared_usage_value = (source)

Undocumented