GetBlobFolderDataSetResult

data class GetBlobFolderDataSetResult(val azureApiVersion: String, val containerName: String, val dataSetId: String, val id: String, val kind: String, val name: String, val prefix: String, val resourceGroup: String, val storageAccountName: String, val subscriptionId: String, val systemData: SystemDataResponse, val type: String)

An Azure storage blob folder data set.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, containerName: String, dataSetId: String, id: String, kind: String, name: String, prefix: String, resourceGroup: String, storageAccountName: String, subscriptionId: String, systemData: SystemDataResponse, 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

Container that has the file path.

Link copied to clipboard

Unique id for identifying a data set resource

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 'BlobFolder'.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Prefix for blob folder

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