ReferenceDataSetCreationProperties interface

Properties used to create a reference data set.

Properties

dataStringComparisonBehavior

The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.

keyProperties

The list of key properties for the reference data set.

Property Details

dataStringComparisonBehavior

The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.

dataStringComparisonBehavior?: string

Property Value

string

keyProperties

The list of key properties for the reference data set.

keyProperties: ReferenceDataSetKeyProperty[]

Property Value