Interface IDatasetUpdate
An interface that provides the information to update a dataset.
Namespace: Unity.Cloud.Storage
Syntax
public interface IDatasetUpdate
Properties
Name
Implement this property to return the name of the updated dataset.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| String | The name of the updated dataset. |