FolderDatasetVersion interface
FileDatasetVersion Definition
- Extends
Properties
| type | Dataset type |
Inherited Properties
| connection |
The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset |
| data |
URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330 |
| description | The asset description text. |
| id | Asset ID, a unique identifier for the asset |
| is |
Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted |
| name | The name of the resource |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| version | The version of the resource |
Property Details
type
Dataset type
type: "uri_folder"
Property Value
"uri_folder"
Inherited Property Details
connectionName
The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset
connectionName?: string
Property Value
string
Inherited From DatasetVersion.connectionName
dataUri
URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330
dataUri: string
Property Value
string
Inherited From DatasetVersion.dataUri
description
The asset description text.
description?: string
Property Value
string
Inherited From DatasetVersion.description
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
Inherited From DatasetVersion.id
isReference
Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted
isReference?: boolean
Property Value
boolean
Inherited From DatasetVersion.isReference
name
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From DatasetVersion.tags
version
The version of the resource
version: string
Property Value
string
Inherited From DatasetVersion.version