ReferenceDataSetCreationProperties Class

Properties used to create a reference data set.

All required parameters must be populated in order to send to Azure.

Inheritance
ReferenceDataSetCreationProperties

Constructor

ReferenceDataSetCreationProperties(*, key_properties: List[azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetKeyProperty], data_string_comparison_behavior: Optional[Union[str, azure.mgmt.timeseriesinsights.models._time_series_insights_client_enums.DataStringComparisonBehavior]] = None, **kwargs)

Parameters

key_properties
list[ReferenceDataSetKeyProperty]
Required

Required. The list of key properties for the reference data set.

data_string_comparison_behavior
str or DataStringComparisonBehavior
Required

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. Possible values include: "Ordinal", "OrdinalIgnoreCase".