docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DatasetSearchCriteria

    A structure for defining the criteria of an IDataset search request.

    Inheritance
    object
    BaseSearchCriteria
    CompoundSearchCriteria
    DatasetSearchCriteria
    Inherited Members
    CompoundSearchCriteria.AllCriteria
    CompoundSearchCriteria.Clear()
    BaseSearchCriteria.PropertyName
    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 DatasetSearchCriteria : CompoundSearchCriteria

    Properties

    AuthoringInfo

    The authoring info of the dataset.

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

    Description

    A description of the dataset.

    Declaration
    public StringSearchCriteria Description { get; }
    Property Value
    Type Description
    StringSearchCriteria

    IsVisible

    Indicates whether the dataset is visible or not.

    Declaration
    public NullableSearchCriteria<bool> IsVisible { get; }
    Property Value
    Type Description
    NullableSearchCriteria<bool>

    Metadata

    The searchable metadata of the dataset.

    Declaration
    public MetadataSearchCriteria Metadata { get; }
    Property Value
    Type Description
    MetadataSearchCriteria

    Name

    The name of the dataset.

    Declaration
    public StringSearchCriteria Name { get; }
    Property Value
    Type Description
    StringSearchCriteria

    Status

    The status of the dataset.

    Declaration
    public SearchCriteria<string> Status { get; }
    Property Value
    Type Description
    SearchCriteria<string>

    SystemMetadata

    The system metadata of the dataset.

    Declaration
    public MetadataSearchCriteria SystemMetadata { get; }
    Property Value
    Type Description
    MetadataSearchCriteria

    SystemTags

    The system tags of the dataset.

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

    Tags

    The user tags of the dataset.

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

    Type

    The type of the dataset.

    Declaration
    public AssetTypeSearchCriteria Type { get; }
    Property Value
    Type Description
    AssetTypeSearchCriteria

    WorkflowName

    The name of the workflow which outputs to the dataset.

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