google_api_dataflow v0.8.0 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 (String.t): What source to base the produced source on (if any). Defaults to:
null
.- Enum - one of [SOURCE_DERIVATION_MODE_UNKNOWN, SOURCE_DERIVATION_MODE_INDEPENDENT, SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT, SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT]
- source (Source): Specification of the source. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.DerivedSource{
derivationMode: any(),
source: GoogleApi.Dataflow.V1b3.Model.Source.t()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.DerivedSource{ derivationMode: any(), source: GoogleApi.Dataflow.V1b3.Model.Source.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.