DataCubeCleanupCutoffValue Property

Gets or sets the cutoff parameter value; rows older than the resolved date are excluded when IsCleanupEnabled is . Supports both concrete dates and tokens (e.g. "Last Month") that are resolved dynamically.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public SingleDateTimeValue CleanupCutoffValue { get; set; }

Property Value

SingleDateTimeValue
See Also