AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Enum Operator

    Defines the valid operators that can be applied to a key-value pair.

    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public enum Operator

    Fields

    Name Description
    Equal
    Excludes

    Supported by string only when CustomMetadata value type for the given key has a stringListValue.

    Greater

    Supported by numeric.

    GreaterEqual

    Supported by numeric.

    Includes

    Supported by string only when CustomMetadata value type for the given key has a stringListValue.

    Less

    Supported by numeric.

    LessEqual

    Supported by numeric.

    NotEqual
    Unspecified

    The default value. This value is unused.

    In this article
    Back to top Generated by DocFX