View Source GoogleApi.BigLake.V1.Model.StorageDescriptor (google_api_big_lake v0.2.0)
Stores physical storage information of the data.
Attributes
-
inputFormat(type:String.t, default:nil) - The fully qualified Java class name of the input format. -
locationUri(type:String.t, default:nil) - Cloud Storage folder URI where the table data is stored, starting with "gs://". -
outputFormat(type:String.t, default:nil) - The fully qualified Java class name of the output format. -
serdeInfo(type:GoogleApi.BigLake.V1.Model.SerDeInfo.t, default:nil) - Serializer and deserializer information.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigLake.V1.Model.StorageDescriptor{ inputFormat: String.t() | nil, locationUri: String.t() | nil, outputFormat: String.t() | nil, serdeInfo: GoogleApi.BigLake.V1.Model.SerDeInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.