GenerateDataCubeOptions Class

The DTO class for specifying how to generate a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGenerateDataCubeOptions

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 GenerateDataCubeOptions

The GenerateDataCubeOptions type exposes the following members.

Constructors
 NameDescription
Public methodGenerateDataCubeOptions Initializes a new instance of the GenerateDataCubeOptions class.
Top
Properties
 NameDescription
Public propertyIsDataInputDataCube Gets or sets a value indicating whether the data cube to generate should be a data input data cube.
Public propertyNativeObjectId Gets or sets the ID of the native object to generate this MetricSet from.
Public propertyNativeObjectType Gets or sets the type of the native object to generate this MetricSet from.
Public propertyParentId Gets the ID of the item's parent.
Public propertyPlaceholders Gets the list of placeholders which are used in the query.
Public propertyProviderId Gets or sets the ID of the provider to generate a manual selection transform from.
Public propertyQuery Gets or sets the query to be sent to the provider to generate a manual selection transform from.
Public propertyTransformId Gets or sets the ID of the specific transform to start the data cube with.
Top
See Also