docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DatasetInfo

    Inheritance
    object
    DatasetInfo
    DatasetCreation
    DatasetUpdate
    Implements
    IDatasetInfo
    Inherited Members
    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 abstract class DatasetInfo : IDatasetInfo

    Constructors

    DatasetInfo()

    Declaration
    protected DatasetInfo()

    DatasetInfo(string)

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

    DatasetInfo(IDataset)

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

    Properties

    Description

    A description of the dataset.

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

    IsVisible

    Indicates whether the dataset is visible or not.

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

    Name

    The name of the dataset.

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

    Tags

    The user tags of the dataset.

    Declaration
    public List<string> Tags { get; set; }
    Property Value
    Type Description
    List<string>

    Type

    The type of the dataset.

    Declaration
    public AssetType? Type { get; set; }
    Property Value
    Type Description
    AssetType?

    Implements

    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)