Get Dataset Result
data class GetDatasetResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Detailed description of the Dataset.
Link copied to clipboard
Edge location of the resource.
Link copied to clipboard
List of keys that can be used for joining on enrich.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.