docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum FieldFilter.OpEnum

    The comparison operator to use for the filter. The specified value is compared lexicographically to the indexed value using one of the following operators: * EQ - Equal * NE - Not Equal * LT - Less Than * LE - Less Than or Equal * GT - Greater Than * GE - Greater Than or Equal

    Namespace: Unity.Services.Apis.Admin.CloudSave
    Assembly: Unity.Services.Apis.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum FieldFilter.OpEnum

    Fields

    Name Description
    EQ

    Enum EQ for value: EQ

    GE

    Enum GE for value: GE

    GT

    Enum GT for value: GT

    LE

    Enum LE for value: LE

    LT

    Enum LT for value: LT

    NE

    Enum NE for value: NE

    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)