docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FileSearchCriteria

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

    Inheritance
    object
    BaseSearchCriteria
    CompoundSearchCriteria
    FileSearchCriteria
    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 FileSearchCriteria : CompoundSearchCriteria

    Properties

    AuthoringInfo

    The authoring info of the file.

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

    Description

    The description of the file.

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

    Metadata

    The metadata of the file.

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

    Path

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

    Size

    The size of the file in bytes.

    Declaration
    public NumericSearchCriteria<long> Size { get; }
    Property Value
    Type Description
    NumericSearchCriteria<long>

    SizeBytes

    The size of the file in bytes.

    Declaration
    [Obsolete("Use Size instead.")]
    public SearchCriteria<long> SizeBytes { get; }
    Property Value
    Type Description
    SearchCriteria<long>

    Status

    The status of the file.

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

    Draft The file is created, upload may be in progress.
    Uploaded All bytes have been uploaded and the file is finalized.

    SystemMetadata

    The system metadata of the file.

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

    SystemTags

    The system tags of the file.

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

    Tags

    The tags of the file.

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