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

    Interface implemented by OData requests needing ETagsto avoid conflicts in the persisted data like update or delete.

    interface WithETag {
        eTag: string;
        versionIdentifierIgnored: boolean;
    }

    Implemented by

    Index
    eTag: string

    Version identifier.

    versionIdentifierIgnored: boolean

    Ignore the version identifier if set to true.