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.ReferenceDataSetCreationPropertiesReferenceDataSetResourcePropertiesazure.mgmt.timeseriesinsights.models._models_py3.ResourcePropertiesReferenceDataSetResourceProperties
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. The list of key properties for the reference data set.
- data_string_comparison_behavior
- str or 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. 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.
Feedback
Submit and view feedback for