Classes
| Class | Description | |
|---|---|---|
| SbdfColumnMetadata |
Represents column-level metadata in SBDF.
| |
| SbdfColumnSlice |
Represents a read-only block of data in a column.
| |
| SbdfColumnSliceBuilder |
Defines a builder for SbdfColumnSlice objects.
| |
| SbdfFileHeader |
Represents the file header (which identifies the file type) of an SBDF file.
| |
| SbdfMetadataCollection |
Represents metadata for a table or column in SBDF.
| |
| SbdfMetadataProperty |
Represents a metadata property for a data table or column in Sbdf.
| |
| SbdfSectionHeader |
Abstract base class for the SBDF section headers.
Also provides some internal static utility methods.
| |
| SbdfTableMetadata |
Represents immutable table and column metadata in SBDF.
| |
| SbdfTableMetadataBuilder |
Represents table and column metadata in SBDF.
| |
| SbdfTableReader |
This class provides a simple, row-based interface for importing data from the SBDF format.
| |
| SbdfTableSlice |
Represents a slice of a data table.
| |
| SbdfTableSliceBuilder |
A builder class used for constructing a table slice.
| |
| SbdfTableWriter |
This class provides a simple, row-based interface for exporting data to the SBDF format.
| |
| SbdfValueArray |
Defines a class for holding and persisting arrays of values.
| |
| SbdfValueType |
Represents the type of a data value or metadata property in Sbdf.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| SbdfSectionTypeId |
Type identifiers for SBDF sections and subsections.
| |
| SbdfValueArrayArrayEncodingTypeId |
Defines the different array encodings.
| |
| SbdfValueTypeId |
Type identifiers for value types in Sbdf.
|