Data Object Kind Enumeration
Enumerates the kinds of objects that may be
stored in a file.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public enum DataObjectKind
Members
Dictionary | 0 | A mapping from names to objects. |
Matrix | 1 | A two-dimensional array. |
Vector | 2 | A one-dimensional array. |
DataFrame | 3 | A data frame. |
List | 4 | A list of items that may be of different types. |
Scalar | 5 | A single value. |
Object | 6 | A single value of an object type. |