PreviewTransformStatisticsOptions Class

The DTO class for previewing statistics from a transform on a DataCube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsPreviewTransformStatisticsOptions

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 PreviewTransformStatisticsOptions

The PreviewTransformStatisticsOptions type exposes the following members.

Constructors
 NameDescription
Public methodPreviewTransformStatisticsOptions Initializes a new instance of the PreviewTransformStatisticsOptions class.
Top
Properties
 NameDescription
Public propertyOutputElementIds Gets the output element IDs.
Public propertyParameterValues Gets the parameter values.
Public propertyTransformId Gets or sets the ID of the transform.
Top
See Also