Class GoogleCloudDiscoveryengineV1betaBigtableOptions
The Bigtable Options object that contains information to support the import.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaBigtableOptions : IDirectResponseSchemaProperties
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, GoogleCloudDiscoveryengineV1betaBigtableOptionsBigtableColumnFamily> Families { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, GoogleCloudDiscoveryengineV1betaBigtableOptionsBigtableColumnFamily> | 
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 |