View Source GoogleApi.BigQuery.V2.Model.ExternalCatalogDatasetOptions (google_api_big_query v0.79.0)

Options defining open source compatible datasets living in the BigQuery catalog. Contains metadata of open source database, schema or namespace represented by the current dataset.

Attributes

  • defaultStorageLocationUri (type: String.t, default: nil) - Optional. The storage location URI for all tables in the dataset. Equivalent to hive metastore's database locationUri. Maximum length of 1024 characters.
  • parameters (type: map(), default: nil) - Optional. A map of key value pairs defining the parameters and properties of the open source schema. Maximum size of 2Mib.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ExternalCatalogDatasetOptions{
  defaultStorageLocationUri: String.t() | nil,
  parameters: map() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.