Class DatasetVersionUpdate
Provides the information to update a dataset version.
Inherited Members
Namespace: Unity.Cloud.Storage
Syntax
public class DatasetVersionUpdate : IDatasetVersionUpdate
Properties
IsPublic
Flag that indicates if the updated dataset is public.
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if the updated dataset is public. Otherwise false. |