GoogleApi.Datastream.V1.Model.BlmtConfig (google_api_datastream v0.10.0)

View Source

The configuration for BLMT.

Attributes

  • bucket (type: String.t, default: nil) - Required. The Cloud Storage bucket name.
  • connectionName (type: String.t, default: nil) - Required. The bigquery connection. Format: {project}.{location}.{name}
  • fileFormat (type: String.t, default: nil) - Required. The file format.
  • rootPath (type: String.t, default: nil) - The root path inside the Cloud Storage bucket.
  • tableFormat (type: String.t, default: nil) - Required. The table format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Datastream.V1.Model.BlmtConfig{
  bucket: String.t() | nil,
  connectionName: String.t() | nil,
  fileFormat: String.t() | nil,
  rootPath: String.t() | nil,
  tableFormat: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.