docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum StringSearchOption

    Available options for string searches.

    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public enum StringSearchOption

    Fields

    Name Description
    ExactMatch

    Searches for values that are an exact match to the given search term.

    Fuzzy

    Searches for values similar to the given search term.

    Prefix

    Searches for values that start with the given search term.

    Wildcard

    Default search option, accepts wildcard characters '?' and '*'.

    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)