public sealed class BigtableOptions : IMessage<BigtableOptions>, IEquatable<BigtableOptions>, IDeepCloneable<BigtableOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class BigtableOptions.
The Bigtable Options object that contains information to support the import.
Implements
IMessageBigtableOptions, IEquatableBigtableOptions, IDeepCloneableBigtableOptions, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
BigtableOptions()
public BigtableOptions()
BigtableOptions(BigtableOptions)
public BigtableOptions(BigtableOptions other)
Parameter | |
---|---|
Name | Description |
other |
BigtableOptions |
Properties
Families
public MapField<string, BigtableOptions.Types.BigtableColumnFamily> Families { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringBigtableOptionsTypesBigtableColumnFamily |
KeyFieldName
public string KeyFieldName { get; set; }
The field name used for saving row key value in the document. The name has
to match the pattern [a-zA-Z0-9][a-zA-Z0-9-_]*
.
Property Value | |
---|---|
Type | Description |
string |