GoogleApi.Dataflow.V1b3.Model.DerivedSource (google_api_dataflow v0.40.1) 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() | nil,
source: GoogleApi.Dataflow.V1b3.Model.Source.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.