google_api_dataflow v0.0.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 (String): 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
.