Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBigtableOptions

The Bigtable Options object that contains information to support the import.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBigtableOptions
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 GoogleCloudDiscoveryengineV1alphaBigtableOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Families

The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.

Declaration
[JsonProperty("families")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1alphaBigtableOptionsBigtableColumnFamily> Families { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1alphaBigtableOptionsBigtableColumnFamily>

KeyFieldName

The field name used for saving row key value in the document. The name has to match the pattern a-zA-Z0-9*.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX