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