Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

UsageRecord.md

File metadata and controls

19 lines (14 loc) · 1.01 KB

UsageRecord

Properties

Name Type Description Notes
processing_time float Time of CPU use.
network_usage int Amount of network bytes used.
item_count int Amount of items extracted.
request_count int Amount of requests made.
items_data_size int Amount in bytes occupied by items in the database
requests_data_size int Amount in bytes occupied by requests in the database
logs_data_size int Amount in bytes occupied by logs in the database
created_at datetime Usage record creation date. [optional] [readonly]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]