SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    OData queries take this to determine the order of results.

    Type Parameters

    Implements

    Index

    Constructors

    • Creates an instance of Order.

      Type Parameters

      Parameters

      • _fieldName: string

        Field to order by.

      • OptionalorderType: OrderType

        Type of ordering, can be 'asc' for ascending or 'desc' for descending.

      Returns Order<EntityT>

    Properties

    _deSerializers: any

    Dummy property to also include the deserializer type in the structure of the entity type.

    _entity: EntityT

    Dummy property whose type makes structurally identical entities distinguishable in TypeScript.

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

    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    orderType: OrderType