Class ObjectStorageStats
Storage and caching statistics for object storage.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ObjectStorageStats : IDirectResponseSchema
Properties
CacheBytesRead
Total bytes read from the GCP Lakehouse-internal cache, avoiding an object storage read.
Declaration
[JsonProperty("cacheBytesRead")]
public virtual long? CacheBytesRead { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CloudProvider
The cloud provider for this block of statistics.
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObjectStorageBytesRead
Total bytes read directly from the cloud provider's storage.
Declaration
[JsonProperty("objectStorageBytesRead")]
public virtual long? ObjectStorageBytesRead { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |