Enum RefreshGranularityType
Specifies the granularity of the refresh policy for auto partitioning
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum RefreshGranularityType
Remarks
This enum is only supported when the compatibility level of the database is at 1450 or above.
Fields
Name | Description |
---|---|
Day | Granularity of a day |
Invalid | Invalid Granularity |
Month | Granularity of a month |
Quarter | Granularity of a quarter |
Year | Granularity of a year |