Helpful
    Preparing search index...

    Represents an object that can build up a binary filter.

    Index

    Constructors

    Properties

    endsWith: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs an ends with filter.

    Type Declaration

    equal: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs an equal relationship.

    Type Declaration

    greaterThan: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a greater than filter.

    Type Declaration

    greaterThanEqualTo: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a greater than or equal to filter.

    Type Declaration

    lessThan: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a less than filter.

    Type Declaration

    lessThanEqualTo: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a less than or equal to filter.

    Type Declaration

    like: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a like filter.

    Type Declaration

    notEqual: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a not equal filter.

    Type Declaration

    startsWith: (...args: []) => ZFilterBinaryBuilder = ...

    Constructs a starts with filter.

    Type Declaration

    Type: "binary"

    The type identifier for an IZFilterBinary object.

    Methods