View Source GoogleApi.BigLake.V1.Model.HiveTableOptions (google_api_big_lake v0.2.0)
Options of a Hive table.
Attributes
-
parameters
(type:map()
, default:nil
) - Stores user supplied Hive table parameters. -
storageDescriptor
(type:GoogleApi.BigLake.V1.Model.StorageDescriptor.t
, default:nil
) - Stores physical storage information of the data. -
tableType
(type:String.t
, default:nil
) - Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigLake.V1.Model.HiveTableOptions{ parameters: map() | nil, storageDescriptor: GoogleApi.BigLake.V1.Model.StorageDescriptor.t() | nil, tableType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.