Enum ProcessingMode
C#
public enum ProcessingMode
Fields
LazyAggregations | Specifies that the indexes and aggregations will be created after processing. |
Regular | Specifies that the indexes and aggregations will be created during processing. |