ScheduleTenantCubeOverrideOptions Class

The DTO class for adding a tenant data cube schedule override.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsScheduleTenantCubeOverrideOptions

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 ScheduleTenantCubeOverrideOptions

The ScheduleTenantCubeOverrideOptions type exposes the following members.

Constructors
  NameDescription
Public methodScheduleTenantCubeOverrideOptions
Initializes a new instance of the ScheduleTenantCubeOverrideOptions class
Top
Properties
  NameDescription
Public propertyDataCubeId
Gets or sets the data cube id.
Public propertyScheduleRule
Gets or sets the ScheduleRuleData.
Public propertyTenantId
Gets or sets the tenant id.
Top
See Also