docs.unity3d.com
    Show / Hide Table of Contents

    Class FileSearchFilter

    A structure for defining the criteria of an Unity.Cloud.Assets.AssetFile search request.

    Inheritance
    Object
    ComplexSearchCriteria<IAssetFile>
    FileSearchFilter
    AttachmentSearchFilter
    Inherited Members
    ComplexSearchCriteria<IAssetFile>.SearchFieldType
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.TryGetIncluded(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.TryGetExcluded(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.TryGetAny(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.Include(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.Include(Dictionary<String, Object>, String)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.Exclude(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.Exclude(Dictionary<String, Object>, String)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.ForAny(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.ForAny(Dictionary<String, Object>, String)
    ComplexSearchCriteria<IAssetFile>.BuildSearchKeyPrefix()
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.IsMatch(Object)
    ComplexSearchCriteria<IAssetFile>.IsMatch(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.IsAny(Object)
    ComplexSearchCriteria<IAssetFile>.IsAny(Object)
    ComplexSearchCriteria<IAssetFile>.ISearchCriteria.IsEmpty()
    ComplexSearchCriteria<IAssetFile>.Clear()
    ComplexSearchCriteria<IAssetFile>.Include(IAssetFile)
    ComplexSearchCriteria<IAssetFile>.Exclude(IAssetFile)
    ComplexSearchCriteria<IAssetFile>.ForAny(IAssetFile)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Assets
    Syntax
    public class FileSearchFilter : ComplexSearchCriteria<IAssetFile>, ISearchCriteria

    Properties

    Description

    The description of the asset file.

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

    FileSize

    The file size of the asset file.

    Declaration
    public NullableSearchCriteria<long> FileSize { get; }
    Property Value
    Type Description
    NullableSearchCriteria<Int64>

    Id

    The id of the asset file.

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

    Name

    The name of the asset file.

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

    SearchKey

    Declaration
    public override string SearchKey { get; }
    Property Value
    Type Description
    String
    Overrides
    Unity.Cloud.Assets.ComplexSearchCriteria<Unity.Cloud.Assets.IAssetFile>.SearchKey

    Status

    The status of the asset.

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

    StatusDetails

    The status details of the asset.

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

    StorageId

    The storage id of the asset file.

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

    Tags

    The tags of the asset file.

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

    Type

    The type of the asset file.

    Declaration
    public SearchCriteria<string> Type { get; }
    Property Value
    Type Description
    SearchCriteria<String>
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023