QueryDataCubeInfosOptions Class

The DTO class for querying data cube infos.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryDataCubeInfosOptions

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 QueryDataCubeInfosOptions

The QueryDataCubeInfosOptions type exposes the following members.

Constructors
  NameDescription
Public methodQueryDataCubeInfosOptions
Initializes a new instance of the QueryDataCubeInfosOptions class
Top
Properties
  NameDescription
Public propertyFilter
Gets or sets the filter rules.
Public propertyJobRunResult
Gets or sets the job result.
Public propertyOrderBy
Gets or sets the sort order of the result, or if the order does not matter.
Public propertyPageNumber
Gets or sets the page number.
Public propertyPageSize
Gets or sets the number of results in each page (ignored if PageNumber is 0).
Public propertyProjectId
Gets or sets the project identifier.
Public propertyStorageType
Gets or sets the storage type.
Public propertyTenantId
Gets or sets the tenant identifier.
Top
See Also