Discovery Engine v1beta API - Class DataStore.Types.BillingEstimation (1.0.0-beta18)

public sealed class DataStore.Types.BillingEstimation : IMessage<DataStore.Types.BillingEstimation>, IEquatable<DataStore.Types.BillingEstimation>, IDeepCloneable<DataStore.Types.BillingEstimation>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.BillingEstimation.

Estimation of data size per data store.

Inheritance

object > DataStore.Types.BillingEstimation

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

BillingEstimation()

public BillingEstimation()

BillingEstimation(BillingEstimation)

public BillingEstimation(DataStore.Types.BillingEstimation other)
Parameter
Name Description
other DataStoreTypesBillingEstimation

Properties

StructuredDataSize

public long StructuredDataSize { get; set; }

Data size for structured data in terms of bytes.

Property Value
Type Description
long

StructuredDataUpdateTime

public Timestamp StructuredDataUpdateTime { get; set; }

Last updated timestamp for structured data.

Property Value
Type Description
Timestamp

UnstructuredDataSize

public long UnstructuredDataSize { get; set; }

Data size for unstructured data in terms of bytes.

Property Value
Type Description
long

UnstructuredDataUpdateTime

public Timestamp UnstructuredDataUpdateTime { get; set; }

Last updated timestamp for unstructured data.

Property Value
Type Description
Timestamp

WebsiteDataSize

public long WebsiteDataSize { get; set; }

Data size for websites in terms of bytes.

Property Value
Type Description
long

WebsiteDataUpdateTime

public Timestamp WebsiteDataUpdateTime { get; set; }

Last updated timestamp for websites.

Property Value
Type Description
Timestamp