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 v1 API class DataStore.Types.BillingEstimation.
Estimation of data size per data store.
Implements
IMessageDataStoreTypesBillingEstimation, IEquatableDataStoreTypesBillingEstimation, IDeepCloneableDataStoreTypesBillingEstimation, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.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 |