public sealed class BigtableOptions : IMessage<BigtableOptions>, IEquatable<BigtableOptions>, IDeepCloneable<BigtableOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 v1beta API, specifically for the .NET environment."],["The `BigtableOptions` class is designed to handle settings for importing data, supporting functionalities like inheritance and implementing multiple interfaces for various operations."],["The `Families` property within `BigtableOptions` manages mappings for column family-level data, allowing specification of column family details; unspecified families will be disregarded."],["The `KeyFieldName` property in `BigtableOptions` designates the document field used for storing the row key value, with specific naming constraints."],["Two constructors are available for `BigtableOptions`, one being the empty default, and another which can take another `BigtableOptions` object."]]],[]]