API Reference
Enum
StagingMode
Controls how AD dataset staging is performed relative to the main progress view.
Inheritance
- Enum
- StagingMode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const StagingMode Sequential #Stage datasets first, then run rules. Staging rows are shown inside the Standard progress table.
Value:
0public const StagingMode Overlap #Stage datasets in the background with singleflight; rules that depend on them wait visibly. Non-dependent rules may start immediately. (Planned)
Value:
1