StorageOptions Class |
Namespace: Dundas.BI.WebApi.Models
The StorageOptions type exposes the following members.
Name | Description | |
---|---|---|
StorageOptions | Initializes a new instance of the StorageOptions class |
Name | Description | |
---|---|---|
CacheExpiration |
Gets a value indicating the time length for caching the results queried from the current instance.
| |
ExcludeFromMemoryManagement |
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.
| |
IncrementParameterIds |
Gets the increment parameter IDs for incremental warehouse.
| |
IsDataCachingDisabled |
Gets or sets a value indicating whether the current data cube supports data caching.
| |
ScheduleRule |
Gets or sets a value defining the timing settings of when the scheduled task should run.
| |
StorageType |
Gets or sets a value indicating the storage format of the data cube.
| |
TenantId |
Gets or sets a value indicating the tenant the schedule applies to.
|