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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BigtableOptions` class in the Google Cloud Discovery Engine v1 API provides support for importing data, specifically containing information for supporting Bigtable imports."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud ecosystem."],["The `BigtableOptions` class has two constructors, one default and one that allows creation of a BigtableOption object based on an existing object of the same type."],["The class properties, `Families` and `KeyFieldName`, facilitate mapping column families and defining the field name for the row key value, respectively, and it also inherits methods such as GetHashCode, GetType, and ToString."],["The latest version for this API is 1.6.0, and there are multiple versions going back to 1.0.0-beta06."]]],[]]