docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DatasetUpdate

    Inheritance
    object
    DatasetInfo
    DatasetUpdate
    Implements
    IDatasetUpdate
    IDatasetInfo
    Inherited Members
    DatasetInfo.Name
    DatasetInfo.Type
    DatasetInfo.Description
    DatasetInfo.Tags
    DatasetInfo.IsVisible
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public class DatasetUpdate : DatasetInfo, IDatasetUpdate, IDatasetInfo

    Constructors

    DatasetUpdate()

    Declaration
    public DatasetUpdate()

    DatasetUpdate(string)

    Declaration
    [Obsolete("Use the default constructor.")]
    public DatasetUpdate(string name)
    Parameters
    Type Name Description
    string name

    DatasetUpdate(IDataset)

    Declaration
    [Obsolete("Use the default constructor.")]
    public DatasetUpdate(IDataset dataset)
    Parameters
    Type Name Description
    IDataset dataset

    Properties

    FileOrder

    The order of the files in the dataset.

    Declaration
    public IReadOnlyList<string> FileOrder { get; set; }
    Property Value
    Type Description
    IReadOnlyList<string>

    Implements

    IDatasetUpdate
    IDatasetInfo
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)