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."],[[["This webpage provides reference documentation for the `BigtableOptions` class within the Google Cloud Discovery Engine v1 API, detailing its structure and usage."],["The `BigtableOptions` class is used to support data import operations and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BigtableOptions` class includes properties such as `Families`, a map of column family data, and `KeyFieldName`, which specifies the field name for storing row key values."],["There are multiple available versions of the `BigtableOptions` class documented, with version 1.6.0 being the latest release, and versions 1.0.0-beta06 to 1.5.0 also being available."],["The documentation includes information on the class's constructors, methods, and the namespace and assembly it belongs to, as well as inherited members from the object class."]]],[]]