Discovery Engine v1 API - Class BigtableOptions (1.0.0-beta05)

public sealed class BigtableOptions : IMessage<BigtableOptions>, IEquatable<BigtableOptions>, IDeepCloneable<BigtableOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class BigtableOptions.

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

Inheritance

object > BigtableOptions

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.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