Class BillingEstimation (0.12.3)

BillingEstimation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Estimation of data size per data store.

Attributes

Name Description
structured_data_size int
Data size for structured data in terms of bytes.
unstructured_data_size int
Data size for unstructured data in terms of bytes.
website_data_size int
Data size for websites in terms of bytes.
structured_data_update_time google.protobuf.timestamp_pb2.Timestamp
Last updated timestamp for structured data.
unstructured_data_update_time google.protobuf.timestamp_pb2.Timestamp
Last updated timestamp for unstructured data.
website_data_update_time google.protobuf.timestamp_pb2.Timestamp
Last updated timestamp for websites.