Represents compacted "raw" pivot data values for serialization
Inheritance Hierarchy
NReco.PivotDataPivotDataState
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The PivotDataState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotDataState | Initializes a new instance of the PivotDataState class | |
PivotDataState(IPivotData) | Initializes a new instance of the PivotDataState class | |
PivotDataState(UInt32, Object, UInt32, Object) | Initializes a new instance of the PivotDataState class |
Methods
Name | Description | |
---|---|---|
Deserialize |
Deserializes PivotDataState from binary data contained by the specified stream
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Serialize |
Serializes PivotDataState into specified Stream.
| |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DimCount |
Number of dimensions
| |
KeyValues |
Ordered list of key values
| |
ValueKeys |
Ordered list of value keys (each key is represented by array of key indexes)
| |
Values |
Ordered list of PivotData "values" represented by aggregator's state objects
|
See Also