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

Properties

eTag: string

Version identifier.

versionIdentifierIgnored: boolean

Ignore the version identifier if set to true.

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