Class DatasetCreation
Provides the information necessary for creating a dataset.
Inherited Members
Namespace: Unity.Cloud.Storage
Syntax
public class DatasetCreation : IDatasetCreation
Properties
Metadata
Returns the metadata of the created dataset.
Declaration
public IReadOnlyDictionary<string, object> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<String, Object> | The metadata of the dataset to be created. |
Implements
Name
Returns the name of the created dataset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the dataset to be created. |