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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eBigtableOptions\u003c/code\u003e class within the Google Cloud Discovery Engine v1beta API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigtableOptions\u003c/code\u003e class is designed to handle settings for importing data, supporting functionalities like inheritance and implementing multiple interfaces for various operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFamilies\u003c/code\u003e property within \u003ccode\u003eBigtableOptions\u003c/code\u003e manages mappings for column family-level data, allowing specification of column family details; unspecified families will be disregarded.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeyFieldName\u003c/code\u003e property in \u003ccode\u003eBigtableOptions\u003c/code\u003e designates the document field used for storing the row key value, with specific naming constraints.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available for \u003ccode\u003eBigtableOptions\u003c/code\u003e, one being the empty default, and another which can take another \u003ccode\u003eBigtableOptions\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class BigtableOptions (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.BigtableOptions)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.BigtableOptions) \n\n public sealed class BigtableOptions : IMessage\u003cBigtableOptions\u003e, IEquatable\u003cBigtableOptions\u003e, IDeepCloneable\u003cBigtableOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class BigtableOptions.\n\nThe Bigtable Options object that contains information to support\nthe import. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BigtableOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BigtableOptions](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.BigtableOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BigtableOptions](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.BigtableOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BigtableOptions](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.BigtableOptions), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### BigtableOptions()\n\n public BigtableOptions()\n\n### BigtableOptions(BigtableOptions)\n\n public BigtableOptions(BigtableOptions other)\n\nProperties\n----------\n\n### Families\n\n public MapField\u003cstring, BigtableOptions.Types.BigtableColumnFamily\u003e Families { get; }\n\nThe mapping from family names to an object that contains column families\nlevel information for the given column family. If a family is not present\nin this map it will be ignored.\n\n### KeyFieldName\n\n public string KeyFieldName { get; set; }\n\nThe field name used for saving row key value in the document. The name has\nto match the pattern `[a-zA-Z0-9][a-zA-Z0-9-_]*`."]]