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