View Source GoogleApi.Dataflow.V1b3.Model.DerivedSource (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.DerivedSource{ derivationMode: String.t() | nil, source: GoogleApi.Dataflow.V1b3.Model.Source.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.