ReferenceDataSetResourceProperties Class

Properties of the reference data set.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.timeseriesinsights.models._models_py3.ReferenceDataSetCreationProperties
ReferenceDataSetResourceProperties
azure.mgmt.timeseriesinsights.models._models_py3.ResourceProperties
ReferenceDataSetResourceProperties

Constructor

ReferenceDataSetResourceProperties(*, 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".

Variables

provisioning_state
str or ProvisioningState

Provisioning state of the resource. Possible values include: "Accepted", "Creating", "Updating", "Succeeded", "Failed", "Deleting".

creation_time
datetime

The time the resource was created.