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 document provides reference information for the `BigtableOptions` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0, and shows it is used for supporting data imports."],["The `BigtableOptions` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Families`, which is a `MapField` that maps family names to column family information, and `KeyFieldName`, used to specify the row key value field name in documents."],["The document lists available versions from 1.0.0-beta06 up to 1.6.0, with 1.6.0 being the latest."],["`BigtableOptions` has two constructors, one empty and one with parameters to copy the values of another instance."]]],[]]