ReferenceDataSetCreateOrUpdateParameters interface
Properties required to create any resource tracked by Azure Resource Manager.
Properties
| 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. |
Inherited Properties
| location | The location of the resource. |
| tags | Key-value pairs of additional properties for the resource. |
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
Inherited Property Details
location
The location of the resource.
location: string
Property Value
string
Inherited From CreateOrUpdateTrackedResourceProperties.location
tags
Key-value pairs of additional properties for the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From CreateOrUpdateTrackedResourceProperties.tags