ProcessingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the modes when processing aggregation calculation.
[System.Runtime.InteropServices.Guid("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")]
public enum ProcessingMode
[<System.Runtime.InteropServices.Guid("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")>]
type ProcessingMode =
Public Enum ProcessingMode
- Inheritance
-
ProcessingMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | Aggregations are calculated as part of the partition processing. |
LazyAggregations | 1 | Aggregations are processed using background thread after partition processing is complete. |