Class GoogleCloudDiscoveryengineV1DataStoreBillingEstimation
Estimation of data size per data store.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1DataStoreBillingEstimation : 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 |