GetDatasetResult

data class GetDatasetResult(val description: String? = null, val extendedLocation: ExtendedLocationResponse, val id: String, val keys: Map<String, DatasetPropertyKeyResponse>? = null, val location: String, val name: String, val payload: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timestamp: String? = null, val ttl: String? = null, val type: String)

A Dataset resource belonging to an Instance resource.

Constructors

Link copied to clipboard
constructor(description: String? = null, extendedLocation: ExtendedLocationResponse, id: String, keys: Map<String, DatasetPropertyKeyResponse>? = null, location: String, name: String, payload: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, timestamp: String? = null, ttl: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Detailed description of the Dataset.

Link copied to clipboard

Edge location of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

List of keys that can be used for joining on enrich.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val payload: String? = null

Path to the payload in the message. Enrich will add only the payload to the enriched message, other fields will not be kept except for in the indexes.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard
val timestamp: String? = null

Path to an RFC3339 timestamp in the message. If no path is provided, the ingestion time of the record is used for time-based joins.

Link copied to clipboard
val ttl: String? = null

Time to live for individual records.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"