DataRecordSet

Interface

A DataRecordSet has a collection of data records. Similar to FeatureSet

Properties

PropertyTypeNotes

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 Property
dataSource: DataSource

The data source where the data record set comes from.

fields

optional
Interface Property
fields: string[]

The fields names

name

Interface Property
name: string

The name of the DataRecordSet

records

Interface Property
records: DataRecord[]

The records of the set

type

optional
Interface Property
type: "selected" | "loaded" | "current"

The type of the DataRecordSet. Currently, this is used in data action.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.