GetDataCubeInfosOptions Class

The DTO class for retrieving multiple data cube infos.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetDataCubeInfosOptions

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 GetDataCubeInfosOptions

The GetDataCubeInfosOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetDataCubeInfosOptions
Initializes a new instance of the GetDataCubeInfosOptions class
Top
Properties
  NameDescription
Public propertyDataCubeIds
Gets or sets the list of data cube Ids.
Public propertyTenantId
Gets or sets the tenant Id.
Top
See Also