Enum RefreshPolicyMode
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Mode of a refresh policy.
public enum RefreshPolicyMode
Fields
Name | Description |
---|---|
Hybrid | Creates import and DirectQuery partitions during incremental refresh. |
Import | Creates import partitions during incremental refresh. |
Remarks
This enum is only supported when the compatibility level of the database is at 1565 or above.