Spotfire.Dxp.Data.Formats.Sbdf Namespace TIBCO Spotfire 7.12 API Reference
 
Classes

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

  Enumeration Description
Public enumeration SbdfSectionTypeId
Type identifiers for SBDF sections and subsections.
Public enumeration SbdfValueArrayArrayEncodingTypeId
Defines the different array encodings.
Public enumeration SbdfValueTypeId
Type identifiers for value types in Sbdf.