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."],[[["The `BigtableOptions` class in the Google.Cloud.DiscoveryEngine.V1Beta namespace provides configurations for importing data from Bigtable in the Discovery Engine v1beta API."],["This class, available in both beta17 and beta18 versions, supports methods and is part of the Google.Cloud.DiscoveryEngine.V1Beta.dll assembly."],["It includes constructors for creating new `BigtableOptions` instances, either default or copied, and implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `Families` property allows mapping column family names to `BigtableColumnFamily` objects, controlling how column families are handled during the import, while the `KeyFieldName` property designates the field name to store row key values in the document."]]],[]]