Property describing whether the reducer bulk processing (no grouping on reduce columns).
The default value is false.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual bool IsBulk { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IsBulk As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsBulk { bool get (); } |