GetDataTypeResult

data class GetDataTypeResult(val databaseCacheRetention: Int? = null, val databaseRetention: Int? = null, val id: String, val name: String, val provisioningState: String, val state: String? = null, val stateReason: String, val storageOutputRetention: Int? = null, val systemData: SystemDataResponse, val type: String, val visualizationUrl: String)

The data type resource.

Constructors

Link copied to clipboard
constructor(databaseCacheRetention: Int? = null, databaseRetention: Int? = null, id: String, name: String, provisioningState: String, state: String? = null, stateReason: String, storageOutputRetention: Int? = null, systemData: SystemDataResponse, type: String, visualizationUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Field for database cache retention in days.

Link copied to clipboard
val databaseRetention: Int? = null

Field for database data retention in days.

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

The name of the resource

Link copied to clipboard

Latest provisioning state of data product.

Link copied to clipboard
val state: String? = null

State of data type.

Link copied to clipboard

Reason for the state of data type.

Link copied to clipboard

Field for storage output retention in days.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

Url for data visualization.