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

The GetDataCubeInfosOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetDataCubeInfosOptionsInitializes a new instance of the GetDataCubeInfosOptions class
Top
Properties
 NameDescription
Public propertyDataCubeIdsGets or sets the list of data cube Ids.
Public propertyTenantIdGets or sets the tenant Id.
Top
See Also