ScheduleDataCubesOptions Class

The DTO class for updating multiple data cubes into a single schedule.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsScheduleDataCubesOptions

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 ScheduleDataCubesOptions

The ScheduleDataCubesOptions type exposes the following members.

Constructors
 NameDescription
Public methodScheduleDataCubesOptionsInitializes a new instance of the ScheduleDataCubesOptions class
Top
Properties
 NameDescription
Public propertyDataCubeIdsGets or sets the list of data cube Ids.
Public propertyScheduleRuleGets or sets the ScheduleRuleData.
Public propertyTenantIdGets or sets the tenant Id.
Public propertyTriggerReferencesProcessGets or set the value indication whether referenced cubes are processed automatically prior to the specified data cubes.
Top
See Also