models.throughput_tile module

class models.throughput_tile.ThroughputTile(max_read_throughput=None, max_write_throughput=None, read_throughput_samples=None, write_throughput_samples=None)[source]

Bases: object

Implementation of the ‘ThroughputTile’ model.

Throughput information for dashboard.

Attributes:
max_read_throughput (long|int): Maxium Read throughput in last 24

hours.

max_write_throughput (long|int): Maximum Write throughput in last 24

hours.

read_throughput_samples (list of Sample): Read throughput samples

taken for the past 24 hours at 10 minutes interval given in descending order of time.

write_throughput_samples (list of Sample): Write throughput samples

taken for the past 24 hours at 10 minutes interval given in descending order of time.

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.