docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct DatasetProperties

    The properties of an IDataset.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public struct DatasetProperties

    Properties

    AuthoringInfo

    The authoring info of the dataset.

    Declaration
    public readonly AuthoringInfo AuthoringInfo { get; }
    Property Value
    Type Description
    AuthoringInfo

    Description

    A description of the dataset.

    Declaration
    public readonly string Description { get; }
    Property Value
    Type Description
    string

    FileOrder

    The order of the files in the dataset.

    Declaration
    public readonly IEnumerable<string> FileOrder { get; }
    Property Value
    Type Description
    IEnumerable<string>

    IsVisible

    Indicates whether the dataset is visible or not.

    Declaration
    public readonly bool IsVisible { get; }
    Property Value
    Type Description
    bool

    Name

    The name of the dataset.

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    string

    StatusName

    The status of the dataset.

    Declaration
    public readonly string StatusName { get; }
    Property Value
    Type Description
    string

    SystemTags

    The system tags of the dataset.

    Declaration
    public readonly IEnumerable<string> SystemTags { get; }
    Property Value
    Type Description
    IEnumerable<string>

    Tags

    The user tags of the dataset.

    Declaration
    public readonly IEnumerable<string> Tags { get; }
    Property Value
    Type Description
    IEnumerable<string>

    Type

    The type of the dataset.

    Declaration
    public readonly AssetType Type { get; }
    Property Value
    Type Description
    AssetType

    WorkflowName

    The name of the workflow which outputs to the dataset.

    Declaration
    public readonly string WorkflowName { get; }
    Property Value
    Type Description
    string
    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)