Show / Hide Table of Contents

Class ObjectStorageStats

Storage and caching statistics for object storage.

Inheritance
object
ObjectStorageStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX