Get Reference Data Set Result
data class GetReferenceDataSetResult(val creationTime: String, val dataStringComparisonBehavior: String? = null, val id: String, val keyProperties: List<ReferenceDataSetKeyPropertyResponse>, val location: String, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String)
A reference data set provides metadata about the events in an environment. Metadata in the reference data set will be joined with events as they are read from event sources. The metadata that makes up the reference data set is uploaded or modified through the Time Series Insights data plane APIs.
Properties
Link copied to clipboard
The time the resource was created.
Link copied to clipboard
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.
Link copied to clipboard
The list of key properties for the reference data set.
Link copied to clipboard
Provisioning state of the resource.