View Source GoogleApi.Datastream.V1.Model.BigQueryDestinationConfig (google_api_datastream v0.4.0)

BigQuery destination configuration

Attributes

  • dataFreshness (type: String.t, default: nil) - The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
  • singleTargetDataset (type: GoogleApi.Datastream.V1.Model.SingleTargetDataset.t, default: nil) - Single destination dataset.
  • sourceHierarchyDatasets (type: GoogleApi.Datastream.V1.Model.SourceHierarchyDatasets.t, default: nil) - Source hierarchy datasets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.BigQueryDestinationConfig{
  dataFreshness: String.t() | nil,
  singleTargetDataset:
    GoogleApi.Datastream.V1.Model.SingleTargetDataset.t() | nil,
  sourceHierarchyDatasets:
    GoogleApi.Datastream.V1.Model.SourceHierarchyDatasets.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.