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