Enum ProcessingMode
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum ProcessingMode
Fields
| Fields | Description |
|---|---|
| LazyAggregations | Specifies that the indexes and aggregations will be created after processing. |
| Regular | Specifies that the indexes and aggregations will be created during processing. |