Function getByValueRange

  • Retrieves one or more items identified by a range of values from the list.

    Parameters

    • bin: string

      The name of the bin. The bin must contain a List value.

    • begin: null | number

      Start values in the range (inclusive). If set to null, the range includes all values less than the end value.

    • end: null | number

      End value in the range (exclusive). If set to null, the range includes all values greater than or equal to the begin value.

    • OptionalreturnType: lists.returnType

      The return type indicating what data of the removed item(s) to return (if any).

    Returns InvertibleListOp

    List operation that can be used with the Client#operate command.

    This operation returns the data specified by returnType.

    v3.4.0

MMNEPVFCICPMFPCPTTAAATR