Class PolicyRangePartition
Inheritance
PolicyRangePartition
Assembly: TOMWrapper.dll
Syntax
public class PolicyRangePartition : Partition, ICustomTypeDescriptor, INotifyPropertyChanging, IComparable, ITomErrorMessageObject, ITabularTableObject, IDescriptionObject, IAnnotationObject, IExtendedPropertyObject, IClonableObject, IDaxDependantObject, IExpressionObject, ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Properties
End
Gets or sets the range end of the refresh policy for this partition
Declaration
public DateTime End { get; set; }
Property Value
Granularity
Gets or sets the granularity of the refresh policy for this partition
Declaration
public RefreshGranularityType Granularity { get; set; }
Property Value
RefreshBookmark
Gets the refresh bookmark of the refresh policy for this partition
Declaration
public string RefreshBookmark { get; }
Property Value
Start
Gets or sets the range start of the refresh policy for this partition
Declaration
public DateTime Start { get; set; }
Property Value
Methods
Clone(string, Table)
Creates an exact copy of this Partition object.
Declaration
public override Partition Clone(string newName = null, Table newParent = null)
Parameters
Returns
Overrides
CreateNew(Table, string)
Declaration
public static PolicyRangePartition CreateNew(Table parent, string name = null)
Parameters
Returns
Init()
Derived members should override this method to instantiate child objects
Declaration
protected override void Init()
Overrides
Implements
Extension Methods