FolderDatasetVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FileDatasetVersion Definition.
public class FolderDatasetVersion : Azure.AI.Projects.DatasetVersion, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.FolderDatasetVersion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.FolderDatasetVersion>
type FolderDatasetVersion = class
inherit DatasetVersion
interface IJsonModel<FolderDatasetVersion>
interface IPersistableModel<FolderDatasetVersion>
Public Class FolderDatasetVersion
Inherits DatasetVersion
Implements IJsonModel(Of FolderDatasetVersion), IPersistableModel(Of FolderDatasetVersion)
- Inheritance
- Implements
Constructors
FolderDatasetVersion(String) |
Initializes a new instance of FolderDatasetVersion. |
Properties
ConnectionName |
The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset. (Inherited from DatasetVersion) |
DataUri |
URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330. (Inherited from DatasetVersion) |
Description |
The asset description text. (Inherited from DatasetVersion) |
Id |
Asset ID, a unique identifier for the asset. (Inherited from DatasetVersion) |
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. (Inherited from DatasetVersion) |
Name |
The name of the resource. (Inherited from DatasetVersion) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from DatasetVersion) |
Version |
The version of the resource. (Inherited from DatasetVersion) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |