Get Dataset Blob Storage Result
data class GetDatasetBlobStorageResult(val containerName: String, val dataShareId: String, val displayName: String, val filePath: String, val folderPath: String, val id: String, val name: String, val storageAccounts: List<GetDatasetBlobStorageStorageAccount>)
A collection of values returned by getDatasetBlobStorage.
Properties
Link copied to clipboard
The name of the storage account container to be shared with the receiver.
Link copied to clipboard
Link copied to clipboard
The name of the Data Share Dataset.
Link copied to clipboard
The folder path of the file in the storage container to be shared with the receiver.
Link copied to clipboard
A storage_account
block as defined below.