Interface
A DataRecordSet has a collection of data records. Similar to FeatureSet
Properties
Property | Type | Notes |
---|---|---|
The data source where the data record set comes from. | ||
string[] | The fields names. | |
string | The name of the DataRecordSet | |
The records of the set | ||
"selected" | "loaded" | "current" | The type of the DataRecordSet. Currently, this is used in data action. |
dataSource
Interface PropertydataSource: DataSource
The data source where the data record set comes from.
fields
fields: string[]
The fields names.
If set, actions should use the fields instead of the fields in the schema.
If not set, actions should use the fields in the schema.
However, actions still can decide how to use this property. For example, the view in table
action will always display all fields.
records
Interface Propertyrecords: DataRecord[]
The records of the set