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 document provides reference information for the `BigtableOptions` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0, and details the class's purpose in supporting data import operations."],["`BigtableOptions` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors: a default constructor `BigtableOptions()` and a copy constructor `BigtableOptions(BigtableOptions other)`, designed to create new objects based off of existing instances."],["`BigtableOptions` contains properties like `Families`, which maps family names to column family information, and `KeyFieldName`, used to specify the field name for saving row key values in the document."],["This document covers the available versions for `BigtableOptions` all the way up to the latest version, 1.6.0, and back to the beta version, 1.0.0-beta06."]]],[]]