Implements writer component that saves PivotData (both configuration
and aggregated values) into pair of two files (.cfg and .dat)
Inheritance Hierarchy
NReco.PivotData.OutputCubeFileWriter
Namespace: NReco.PivotData.Output
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CubeFileWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CubeFileWriter(String) |
Initializes new CubeFileWriter instance with specified file name
| |
| CubeFileWriter(String, IFileSystem) |
Initializes a new instance of the CubeFileWriter with specified file name and IFileSystem instance
|
Properties
| Name | Description | |
|---|---|---|
| BufferSize |
Gets or sets read buffer size (64kb by default).
| |
| FileName |
Get cube file name for this writer.
| |
| FileSystem |
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 data and configuration into the pair of two files (.cfg and .dat)
|
See Also