Class DatasetUpdate
Provides the information to update a dataset.
Inherited Members
Namespace: Unity.Cloud.Storage
Syntax
public class DatasetUpdate : IDatasetUpdate
Properties
Name
Returns the name of the updated dataset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String | The name of the updated dataset. |