Interface IDatasetUpdate
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IDatasetUpdate : IDatasetInfo
Properties
FileOrder
The order of the files in the dataset.
Declaration
IReadOnlyList<string> FileOrder { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |