Represents configuration used for constructing PivotData by PivotDataFactory.
Inheritance Hierarchy
NReco.PivotDataPivotDataConfiguration
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotDataConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PivotDataConfiguration | Initializes a new instance of the PivotDataConfiguration class |
Properties
| Name | Description | |
|---|---|---|
| Aggregators |
List of aggregators configurations
| |
| Dimensions |
List of dimensions (dimension usually defined as field name from input data source)
| |
| LazyTotals |
Lazy totals option (see LazyTotals for details). Default value is True.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also