DatasetVersion interface
DatasetVersion Definition
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. |
| type | The discriminator possible values: uri_file, uri_folder |
| version | The version of the resource |
Property Details
connectionName
The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset
connectionName?: string
Property Value
string
dataUri
URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330
dataUri: string
Property Value
string
description
The asset description text.
description?: string
Property Value
string
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
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
name
The name of the resource
name: string
Property Value
string
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
type
The discriminator possible values: uri_file, uri_folder
type: DatasetType
Property Value
version
The version of the resource
version: string
Property Value
string