GenerateMetricSetOptions Class

The DTO class for specifying how to generate a metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGenerateMetricSetOptions

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 GenerateMetricSetOptions

The GenerateMetricSetOptions type exposes the following members.

Constructors
  NameDescription
Public methodGenerateMetricSetOptions
Initializes a new instance of the GenerateMetricSetOptions class.
Top
Properties
  NameDescription
Public propertyDataConnectorId
Gets or sets the ID of the data connector to use. This is a blind method that will just pick some default structure. This is mostly used when the user uploads an Excel file and doesn't specify which sheet.
Public propertyGeneratedDefaultColumns
Gets the generated default column hierarchies. This only applies when GeneratedDefaultElements is empty.
Public propertyGeneratedDefaultElements
Gets the generated default elements. This is used for the client to provide some defaults for generation. These elements are un-slotted (it's left to the service to slot them).
Public propertyGeneratedDefaultMeasures
Gets the generated default measures. This only applies when GeneratedDefaultElements is empty.
Public propertyGeneratedDefaultRows
Gets the generated default row hierarchies. This only applies when GeneratedDefaultElements is empty.
Public propertyGeneratedDefaultSlicers
Gets the generated default slicer hierarchies. This is used for the client to provide some defaults for generation. This only applies when GeneratedDefaultElements is empty.
Public propertyIsDataInputMetricSet
Gets or sets a value indicating whether the metric set to generate should be based on a data input data cube.
Public propertyNativeObjectId
Gets or sets the ID of the native object to generate this MetricSet from.
Public propertyParentId
Gets the ID of the item's parent.
Top
See Also