• OData v4 specific filter functions.

    Returns

    Object containing the filter functions.

    Type Parameters

    • BinaryT = string

    • BooleanT = boolean

    • ByteT = number

    • DecimalT = BigNumber

    • DoubleT = number

    • FloatT = number

    • Int16T = number

    • Int32T = number

    • Int64T = BigNumber

    • GuidT = string

    • SByteT = number

    • SingleT = number

    • StringT = string

    • AnyT = any

    • DateTimeT = Moment

    • DateTimeOffsetT = Moment

    • TimeT = Time

    Parameters

    • deSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT, any, any>> = ...

      DeSerializer used in the filter function.

    Returns FilterFunctionTypes

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.