ReferenceDataSetResourceProperties interface
Properties of the reference data set.
Inherited Properties
| creation |
The time the resource was created. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
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. |
| key |
The list of key properties for the reference data set. |
| provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
creationTime
The time the resource was created. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
Inherited From ResourceProperties.creationTime
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
Inherited From ReferenceDataSetCreationProperties.dataStringComparisonBehavior
keyProperties
The list of key properties for the reference data set.
keyProperties: ReferenceDataSetKeyProperty[]
Property Value
Inherited From ReferenceDataSetCreationProperties.keyProperties
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From ResourceProperties.provisioningState