DynamicEntityDataSourceInfo

constructor(entityIdFieldName: String, fields: Iterable<Field>)

Creates a new data source info.

Since

200.2.0

Parameters

entityIdFieldName

The name of the field from the provided fields array containing values that uniquely identify each entity. For example, the track id field with a unique identifier for each track from track-aware data, or the object id field for discrete data. The following field types are supported for the entity id field: FieldType.Int16, FieldType.Int32, FieldType.Int64, FieldType.Float32, FieldType.Float64, FieldType.Guid, FieldType.Oid, FieldType.GlobalId, and FieldType.Text.

fields

The data source's field definitions.