derivationMode property
DEPRECATED Possible string values are:
- "SOURCE_DERIVATION_MODE_UNKNOWN" : The source derivation is unknown, or unspecified.
- "SOURCE_DERIVATION_MODE_INDEPENDENT" : Produce a completely independent Source with no base.
- "SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT" : Produce a Source based on the Source being split.
- "SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT" : Produce a Source based on the base of the Source being split.
Implementation
core.String? derivationMode;