models_v2.data_tiering_share_stats module

class models_v2.data_tiering_share_stats.DataTieringShareStats(file_type_tag=None, file_size_tag=None, access_time_tag=None, mod_time_tag=None, file_count=None, total_size=None, id=None)[source]

Bases: object

Implementation of the ‘DataTieringShareStats’ model.

Specifies the source shares analysis stats.

Attributes:

file_type_tag (string): Specifies the file type bucket. file_size_tag (string): Specifies the file size bucket. access_time_tag (string): Specifies the access time bucket. mod_time_tag (string): Specifies the modification time bucket. file_count (int): Specifies the file count. total_size (int): Specifies the total count. id (int): Specifies the unique identifer for stat.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.