ProcessingMode Enumeration
The ProcessingMode enumeration provides options for when indexes and aggregations will be created relative to processing.
Enumeration Values
Name | Summary |
---|---|
Regular | Specifies that the indexes and aggregations will be created during processing. |
LazyAggregations | Specifies that the indexes and aggregations will be created after processing. |