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 (24.1.0.1001)
Syntax
[DataContractAttribute]
public class StorageOptions

The StorageOptions type exposes the following members.

Constructors
  NameDescription
Public methodStorageOptions
Initializes 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 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 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