GetBlobDataSetResult

data class GetBlobDataSetResult(val containerName: String, val dataSetId: String, val filePath: String, val id: String, val kind: String, val name: String, val resourceGroup: String, val storageAccountName: String, val subscriptionId: String, val systemData: SystemDataResponse, val type: String)

An Azure storage blob data set.

Constructors

Link copied to clipboard
constructor(containerName: String, dataSetId: String, filePath: String, id: String, kind: String, name: String, resourceGroup: String, storageAccountName: String, subscriptionId: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Container that has the file path.

Link copied to clipboard

Unique id for identifying a data set resource

Link copied to clipboard

File path within the source data set

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of data set. Expected value is 'Blob'.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Resource group of storage account

Link copied to clipboard

Storage account name of the source data set

Link copied to clipboard

Subscription id of storage account

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Type of the azure resource