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

The ScheduleDataCubesOptions type exposes the following members.

Constructors
  NameDescription
Public methodScheduleDataCubesOptions
Initializes a new instance of the ScheduleDataCubesOptions class
Top
Properties
  NameDescription
Public propertyDataCubeIds
Gets or sets the list of data cube Ids.
Public propertyScheduleRule
Gets or sets the ScheduleRuleData.
Public propertyTenantId
Gets or sets the tenant Id.
Public propertyTriggerReferencesProcess
Gets or set the value indication whether referenced cubes are processed automatically prior to the specified data cubes.
Top
See Also