Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureOnlineStoreBigtable

Inheritance
object
GoogleCloudAiplatformV1FeatureOnlineStoreBigtable
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureOnlineStoreBigtable : IDirectResponseSchema

Properties

AutoScaling

Required. Autoscaling config applied to Bigtable Instance.

Declaration
[JsonProperty("autoScaling")]
public virtual GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling AutoScaling { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling

BigtableMetadata

Output only. Metadata of the Bigtable instance. Output only.

Declaration
[JsonProperty("bigtableMetadata")]
public virtual GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata BigtableMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata

ETag

The ETag of the item.

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

EnableDirectBigtableAccess

Optional. It true, enable direct access to the Bigtable instance.

Declaration
[JsonProperty("enableDirectBigtableAccess")]
public virtual bool? EnableDirectBigtableAccess { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX