SAP Cloud SDK for JavaScript - v4.1.1
    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

    Properties

    eTag: string

    Version identifier.

    versionIdentifierIgnored: boolean

    Ignore the version identifier if set to true.

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