google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.DerivedSource View Source

Specification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamic_source_split), relative to the source being split.

Attributes

  • derivationMode (type: String.t, default: nil) - What source to base the produced source on (if any).
  • source (type: GoogleApi.Dataflow.V1b3.Model.Source.t, default: nil) - Specification of the source.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.DerivedSource{
  derivationMode: String.t(),
  source: GoogleApi.Dataflow.V1b3.Model.Source.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.