View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptions (google_api_discovery_engine v0.27.0)
The Bigtable Options object that contains information to support the import.
Attributes
-
families
(type:%{optional(String.t) => GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptionsBigtableColumnFamily.t}
, default:nil
) - 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. -
keyFieldName
(type:String.t
, default:nil
) - The field name used for saving row key value in the document. The name has to match the patterna-zA-Z0-9*
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptions{ families: %{ optional(String.t()) => GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptionsBigtableColumnFamily.t() } | nil, keyFieldName: String.t() | nil }