Enumerates the kinds of objects that may be
stored in a file.
Namespace:
Extreme.Data
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public enum DataObjectKind
Public Enumeration DataObjectKind
public enum class DataObjectKind
| Member name | Value | Description |
---|
| 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.
|
Reference