The Spotfire.Dxp.Data namespace contains classes for accessing, transforming and exporting data.
Classes
Class | Description | |
---|---|---|
AddColumnsSettings |
This class describes the settings used when performing the AddColumns(DataSource, AddColumnsSettings) operation on a
DataTable.
|
|
AddRowsSettings |
This class describes the settings used when performing the AddRows(DataSource, AddRowsSettings) operation on a
DataTable.
|
|
BaseMap | ||
BinaryLargeObject |
Represents a value of datatype Binary.
The inner representation of the data is not accessible directly, instead a BinaryLargeObject
is created from a byte stream and the data is retrieved through a byte stream.
|
|
CalculatedColumn |
An instance of this class can be retrieved from a
DataColumn using the As T method when the column type
of the DataColumn is Calculated. This class is used for
modifying the calculated column.
|
|
Calculation |
Abstract class representing a calculation.
|
|
Calculation PropertyNames |
Contains property name constants for the public properties of
Calculation.
|
|
ColumnRelation |
This class describes an equality relation between two columns in different tables.
A relation like '[Tbl1].[Column1] = Upper([Tbl2].[Column1])' is defined using two expressions
'[Tbl1].[Column1]' and 'Upper([Tbl2].[Column1])'. These expressions are evaluated in the different
source tables, so if one of the tables are external then you can use the methods provided by that
external data source and if the table is not external then you can use the standard Spotfire expression
language functions. Additionally you can also provide left and right transform expressions which are evaluated
on top of the left/right expressions supporting all standard Spotfire expression language functions.
These expression refer to the result of the corresponding expression using the name ValueColumnName.
For example you need to perform "Upper" on Tbl2 but the external system doesn't support that method you can define
left and right expressions like '[Tbl1].[Column1]' and '[Tbl2].[Column1]' but add additional transform expressions like
'[Value]' and 'Upper([Value])'.
|
|
ColumnRelationCollection |
A collection of ColumnRelation objects.
|
|
ColumnRelationCollection PropertyNames |
The property names for ColumnRelationCollection.
|
|
ColumnsChangedResult |
This is a report on the changes in a DataTable after a large
operation such as ReplaceData(DataSource) is performed. It should be used
to notify the user of the changes.
|
|
DataColumn |
This is a data column which is part of a data table and
can be used to retrieve data on row values, hierarchies and properties.
The data column implements the IDataColumn which is to
be used for non-modification operations on the data column. This class
has no public constructors, see the DataColumnCollection
class for methods which create data columns.
|
|
DataColumn PropertyNames |
Contains property name constants for the public properties of DataColumn.
|
|
DataColumnCollection |
This is a collection of DataColumn columns in a DataTable. This class is used
to retrieve columns and to add new columns.
|
|
DataColumnCollection PropertyNames |
Contains property name constants for the public properties of DataColumnCollection.
|
|
DataColumnProperties |
Represents a collection of the properties in a column.
|
|
DataColumnProperties DefaultProperties |
Contains predefined name constants for the standard column properties.
|
|
DataColumnSignature |
A data column signature is used to identify matching columns in
the context of linked data. It contains certain key properties,
such as the name, data type, and external id of a previously known column.
|
|
DataColumnSignatureCollection |
Obsolete.
A collection of DataColumnSignature objects.
|
|
DataErrorValue |
Obsolete.
Represents a data error value. Contains some information about the reason why a value is invalid.
Instances of this class are immutable.
|
|
DataFilteringSelection |
This is a DataSelection representing a filtering in
the DataTables as a subset of the rows.
|
|
DataFilteringSelection PropertyNames |
Contains property name constants for the public properties of DataFilteringSelection.
|
|
DataFilteringSelectionCollection |
This a collection of the DataFilteringSelections. This collection can
be retrieved from the DataManager.
|
|
DataFilteringSelectionCollection PropertyNames |
Contains property name constants for the public properties of DataFilteringSelectionCollection.
|
|
DataFlow |
Represents a flow of data from the DataSource through
an ordered set of DataTransformation's.
|
|
DataFlowBuilder |
This class is a builder that can be used to dynamically create a DataFlow instance.
|
|
DataHierarchy |
A potentially multilevel index of a data column.
|
|
DataHistoryBuilder |
Represents a builder class to create detail information for the data history.
The builder is used to add information to the data history for custom extensions such as
DataTransformation, DataSource,
Calculation, and so forth.
|
|
DataLevel |
A single level in a DataHierarchy.
|
|
DataLevelCollection |
A collection of the levels in a DataHierarchy.
|
|
DataLoadReport |
Captured error messages during load of (typically linked) data.
This can be retrieved from the LoadReport.
|
|
DataLoadReport Item |
A categorized message item.
|
|
DataManager |
A DataManager contains the data for an analysis.
|
|
DataMarkingSelection |
This is a DataSelection representing a marking of rows in
the DataTables.
|
|
DataMarkingSelection PropertyNames |
Contains property name constants for the public properties of DataMarkingSelection.
|
|
DataMarkingSelectionCollection |
This a collection of the DataMarkingSelection objects. This collection can
be retrieved from the DataManager.
|
|
DataMarkingSelectionCollection PropertyNames |
Contains property name constants for the public properties of DataMarkingSelectionCollection.
|
|
DataNode |
A node in a DataNodeCollection.
|
|
DataNodeCollection |
A collection of nodes in a hierarchy level.
|
|
DataProperty |
Definition of a data property.
|
|
DataProperty PropertyNames |
Contains property name constants for the public properties of DataProperty.
|
|
DataPropertyRegistry |
The DataProperty registry is part of the DataManager and
contains the properties that can be defined in the analysis. All properties (metadata) that
are set must be defined in this registry.
|
|
DataPropertyRegistry PropertyNames |
Contains property name constants for the public properties of DataPropertyRegistry.
|
|
DataReader |
Obsolete.
Provides reading of a forward-only stream of data rows.
|
|
DataRelation |
This class describes a relation between two DataTables.
The relations are contained in a DataRelationCollection, use
the Add(DataTable, DataTable, String) method to add new relations.
|
|
DataRelation PropertyNames |
Contains property name constants for the public properties of DataRelation.
|
|
DataRelationCollection |
A collection of DataRelation objects.
|
|
DataRelationCollection PropertyNames |
Contains property name constants for the public properties of DataRelationCollection.
|
|
DataRow |
Flyweight row class used for iterating over a data table.
|
|
DataRowCursor |
Class for sequential scanning through the rows of a data set
defined by a collection of columns.
|
|
DataRowReader |
Represents a resettable iterator of rows values. It is used to retrieve data from
a DataSource or DataTransformation.
|
|
DataRowReaderColumn |
Represents a column returned by a DataRowReader.
|
|
DataRowReaderColumnCollection |
Represents a collection of the DataRowReaderColumns that a
DataRowReader returns.
|
|
DataSaveSettings |
Container for data-related save settings. This class is set on the
DataManager class and defines how the data should be stored when
saving the document.
|
|
DataSelection |
This is the base class for all selections. A selection is an
object that defines a subset of rows as a RowSelection
for all data tables in the document.
See the DataMarkingSelection and DataFilteringSelection for concrete classes. |
|
DataSelection PropertyNames |
Contains property name constants for the public properties of DataSelection.
|
|
DataSource |
Abstract class for data sources. Used when loading and saving linked data.
|
|
DataSourceConnection |
Represents an open connection to a data source.
|
|
DataTable |
A DataTable is a collection of columns and metadata.
|
|
DataTable PropertyNames |
Contains property name constants for the public properties of DataTable.
|
|
DataTableCollection |
A collection of DataTable objects. The collection of data tables
exists in the DataManager.
|
|
DataTableCollection PropertyNames |
Contains property name constants for the public properties of DataTableCollection.
|
|
DataTableProperties |
The collection of the properties (metadata) of a DataTable.
|
|
DataTableSaveSettings |
Save settings for a data table.
This can be added or retrieved from the DataTableSettings list.
|
|
DataTransformation |
Represents a transformation of data, when data is imported from a DataSource
it may optionally be transformed by one or more transformations. A transformation takes a DataRowReader
as input and a DataRowReader as output with the transformed rows.
|
|
DataTransformationConnection |
Represents a connected DataTransformation. The connection
is created when the transformation is bound to a DataRowReader
that is used as input to the transformation.
|
|
DataType |
This class contains information about a TIBCO Spotfire data type and the properties of that data type.
This is an enumeration class with one static instance for each of the supported data types.
|
|
DataValue |
An abstract base class for flyweight data value containers. More precisely, a DataValue instance contains
a value of a particular DataType, and thus every DataValue has a corresponding DataType. (This is not
necessarily true for the methods marked Obsolete in this class.) Instances of the generic subclass are
normally used, often explicitly, and this non-generic base class is provided only for convenience in
contexts where the generic type is not known, or variable. Note that this class is intended as a flyweight,
that is, as a reusable container. This means that it is not optimized for memory and is unsuitable for
representing arrays or matrices of data values, where a separate DataValue instance is used for each cell.
Consider using a more compact representation of the values for such purposes. The DataValue class is not
serializable and should not be used for persistent storage.
|
|
DataValue T |
Generic flyweight data value container.
|
|
DataValueCollection |
A collection of the row values in a IDataColumn.
|
|
DataValueCursor |
Non-generic cursor class for efficient enumeration of data values.
|
|
DataValueCursor T |
Generic cursor class for efficient enumeration of data values.
|
|
DataValueProperties |
A class holding properties for a data value.
|
|
DataValueTuple |
Represents a collection of data values that serves as input to produce a result value.
|
|
DataView |
A DataView is a derived view which values are derived from
a DataTable. It cannot be added to the
DataTableCollection. A DataView cannot be
serialized to the document.
|
|
DataView PropertyNames |
Contains property name constants for the public properties of DataView.
|
|
DistinctDataValue |
A wrapper class that holds a value that can occur in the column of a data table.
The class provides equality and an ordering of the values even if they are of different underlying types.
Values of the class can therefore be used in UndoableList and UndoableDictionary.
|
|
HierarchyColumn |
An instance of this class can be retrieved from a
DataColumn using the As T method when the column type
of the DataColumn is Hierarchy. This class is used for
modifying the hierarchy column.
|
|
HierarchyDefinition |
This is a definition of a hierarchy.
|
|
HighlightSelection |
This is a highlight selection, it changes when the user moves the
mouse cursor over the plots. A highlight selection
is a special kind of selection which should only be used from user
interface code and the events from this selection can only be received by
external event handlers.
|
|
HighlightSelection PropertyNames |
Contains property name constants for the public properties of DataFilteringSelection.
|
|
IndexSet |
A bitset-like class that represents a collection of indices,
typically a subset of the rows in a IDataColumn or similar.
|
|
MutableValueCursor T |
A generic mutable cursor class that should be used when reading data from a DataRowReader.
|
|
NameString |
Provides static utility methods for validating and creating strings
representing names.
These methods should be used when creating names for elements in the data manager, like a data table or a data column. |
|
NodeToRowIndexMap |
A mapping between the rows in the column/table and the
nodes in a hierarchy level.
|
|
PartialDataLoadReport |
Represents a report containing error messages from a data loading phase.
|
|
PersistentDataView | ||
PersistentDataView PropertyNames |
Contains property name constants for the public properties of PersistentDataView.
|
|
ResultColumn |
An instance of this class can be retrieved from a
DataColumn using the As T method when the column type
of the DataColumn is Result. This class is used for
modifying the result column.
|
|
ResultProperties |
Represents the metadata about the result
from a data source, transformation or calculation.
These properties are used to set properties on
the resulting data table.
|
|
RowSelection |
This is a representation of a selection of rows in a table.
It is currently created from an enumeration of row
indexes or IndexSet but may be extended in the future to support symbolic marking.
|
|
TagsColumn |
An instance of this class can be retrieved from a
DataColumn using the As T method when the column type
of the DataColumn is Tags. This class is used for
modifying the tags column.
|
Structures
Structure | Description | |
---|---|---|
Range |
A Range represents a double-precision floating-point interval.
|
Interfaces
Interface | Description | |
---|---|---|
IDataColumn |
This is the interface for reading data from a column.
You should not implement this interface. Use the ColumnBuilder T
class to create columns.
|
|
IDataNodeProducer |
This is the interface for creating data nodes.
|
|
IDataValueProducer |
Producer interface for data values, used with enumerators.
|
|
IValidator |
Validates an item of a specific DataType.
|
|
IValidator T |
Validates an item of the specified type.
|
Delegates
Delegate | Description | |
---|---|---|
DataTransformationConnection TransformationExecutor |
A delegate for executing a transformation and returning a DataRowReader.
|
|
DataValueTransform S, T |
Generic data value transform.
|
|
QueryExecutor |
Obsolete.
A delegate for executing query and returning a DataReader.
|
|
QueryExecutor2 |
A delegate for executing query and returning a DataRowReader.
|
Enumerations
Enumeration | Description | |
---|---|---|
CalculationExecutionPromptMode |
Specifies prompt modes for calculation executions.
|
|
CalculationUpdateBehavior |
Specifies the update behavior for calculations.
|
|
DataColumnType |
Enum for IDataColumn categories. The DataColumnType
for an IDataColumn can be retrieved from the ColumnType property.
|
|
DataErrorCodes |
Obsolete.
Enum for data error categories.
|
|
DataPropertyAttributes |
Attributes for a DataProperty.
Custom data properties should almost always use DefaultAttributes.
|
|
DataPropertyClass |
The different classes that a DataProperty can belong to.
|
|
DataSelectionCombinationMethod |
Defines how to combine data selections.
|
|
DataSelectionOperation |
Enum for data selection operations.
|
|
DataSelectionResetBehavior |
Specifies the reset behavior of a DataSelection.
This setting specifies what the value of a selection should be by default.
|
|
DataSelectionScope |
Obsolete.
Specifies the scope of a DataSelection.
Determines which tables are affected by a setting a selection.
|
|
DataSourcePromptMode |
Defines how a DataSource should prompt a user
for settings when loading data.
|
|
HierarchyNestingMode |
Determines how each level in the Hierarchy should relate
to the next level.
|
|
JoinType |
Describes which join type that should be used when joining
two tables into a new table.
This is used in the AddColumnsSettings class to specify how
the join should be performed.
|
|
LimitingMarkingsEmptyBehavior |
Defines alternatives for visualization of empty data selections.
|
|
RelatedRowsPropagation |
The behavior for propagation of filter selections between
related tables. This is used in DataFilteringSelection.
|
|
SortOrder |
Defines the order for a sort operation.
|