StorageOptions Class

The DTO class for specifying what storage type to use when warehousing a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsStorageOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StorageOptions

The StorageOptions type exposes the following members.

Constructors
 NameDescription
Public methodStorageOptionsInitializes a new instance of the StorageOptions class
Top
Properties
 NameDescription
Public propertyCacheExpiration Gets a value indicating the time length for caching the results queried from the current instance.
Public propertyCleanupCutoffParameterValue Gets or sets the cutoff parameter value (supports tokens such as "Last Month" for dynamic resolution).
Public propertyCleanupDateTimeElementId Gets or sets the ID of the datetime element used for cutoff filtering.
Public propertyExcludeFromMemoryManagement Gets or sets a value indicating whether this cube is excluded from the memory management process, when the storage type is set to in-memory. Cubes excluded from memory management are not compressed, so they perform faster, at the expense of significant memory consumption.
Public propertyIncrementParameterIds Gets the increment parameter IDs for incremental warehouse.
Public propertyIsCleanupEnabled Gets or sets whether cutoff-based cleanup is enabled for incremental warehousing.
Public propertyIsDataCachingDisabled Gets or sets a value indicating whether the current data cube supports data caching.
Public propertyScheduleRule Gets or sets a value defining the timing settings of when the scheduled task should run.
Public propertyStorageType Gets or sets a value indicating the storage format of the data cube.
Public propertyTenantId Gets or sets a value indicating the tenant the schedule applies to.
Top
See Also