Exports PivotData to DataSet with star schema.
Inheritance Hierarchy
NReco.PivotData.OutputDataSetStarSchemaWriter
Namespace: NReco.PivotData.Output
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The DataSetStarSchemaWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSetStarSchemaWriter |
Initializes new DataSetStarSchemaWriter instance.
|
Properties
Name | Description | |
---|---|---|
FactsTableName |
Name for fact table (default value: 'facts').
| |
ResolveAggregatorFieldName |
Handler for resolving measure column names in the fact table.
| |
ResolveDimTableName |
Handler for resolving dimension table names.
| |
ResolveDimType |
Handler for resolving dimension data type.
|
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.) | |
Write |
Writes specified IPivotData to DataSet with star schema.
|
See Also