GetReferenceDataSetResult

data class GetReferenceDataSetResult(val azureApiVersion: String, 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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String, dataStringComparisonBehavior: String? = null, id: String, keyProperties: List<ReferenceDataSetKeyPropertyResponse>, location: String, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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
val id: String

Resource Id

Link copied to clipboard

The list of key properties for the reference data set.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type