hotdata 0.6.0

Powerful data platform API for datasets, queries, and analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# WorkspaceUsageResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bytes_scanned** | **i64** | Sum of `bytes_scanned` across all completed/failed query runs since `since`. Null bytes (queries that touched no row data) contribute 0. | 
**query_count** | **i64** | Number of query runs (succeeded + failed) since `since`. | 
**since** | **String** | The period start used for this response (echoed back for the caller to verify). | 
**storage_bytes** | **i64** | The workspace's current stored-data footprint in bytes, measured at request time: managed-database and dataset data, plus un-consumed uploads, connection caches, and search-index artifacts. | 
**storage_captured_at** | Option<**String**> | When `storage_bytes` was measured (the time this response was produced). | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)