Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation

Estimation of data size per data store.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StructuredDataSize

Data size for structured data in terms of bytes.

Declaration
[JsonProperty("structuredDataSize")]
public virtual long? StructuredDataSize { get; set; }
Property Value
Type Description
long?

StructuredDataUpdateTime

object representation of StructuredDataUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StructuredDataUpdateTimeDateTimeOffset instead.")]
public virtual object StructuredDataUpdateTime { get; set; }
Property Value
Type Description
object

StructuredDataUpdateTimeDateTimeOffset

DateTimeOffset representation of StructuredDataUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StructuredDataUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StructuredDataUpdateTimeRaw

Last updated timestamp for structured data.

Declaration
[JsonProperty("structuredDataUpdateTime")]
public virtual string StructuredDataUpdateTimeRaw { get; set; }
Property Value
Type Description
string

UnstructuredDataSize

Data size for unstructured data in terms of bytes.

Declaration
[JsonProperty("unstructuredDataSize")]
public virtual long? UnstructuredDataSize { get; set; }
Property Value
Type Description
long?

UnstructuredDataUpdateTime

object representation of UnstructuredDataUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UnstructuredDataUpdateTimeDateTimeOffset instead.")]
public virtual object UnstructuredDataUpdateTime { get; set; }
Property Value
Type Description
object

UnstructuredDataUpdateTimeDateTimeOffset

DateTimeOffset representation of UnstructuredDataUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UnstructuredDataUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UnstructuredDataUpdateTimeRaw

Last updated timestamp for unstructured data.

Declaration
[JsonProperty("unstructuredDataUpdateTime")]
public virtual string UnstructuredDataUpdateTimeRaw { get; set; }
Property Value
Type Description
string

WebsiteDataSize

Data size for websites in terms of bytes.

Declaration
[JsonProperty("websiteDataSize")]
public virtual long? WebsiteDataSize { get; set; }
Property Value
Type Description
long?

WebsiteDataUpdateTime

object representation of WebsiteDataUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use WebsiteDataUpdateTimeDateTimeOffset instead.")]
public virtual object WebsiteDataUpdateTime { get; set; }
Property Value
Type Description
object

WebsiteDataUpdateTimeDateTimeOffset

DateTimeOffset representation of WebsiteDataUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? WebsiteDataUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

WebsiteDataUpdateTimeRaw

Last updated timestamp for websites.

Declaration
[JsonProperty("websiteDataUpdateTime")]
public virtual string WebsiteDataUpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX