Representation of a batch change set, which holds a collection of write operations.

Type Parameters

Hierarchy

  • BatchChangeSet

Constructors

Properties

Constructors

  • Create an instance of BatchChangeSet.

    Type Parameters

    Parameters

    • requests: ChangesetBuilderTypes<DeSerializersT>[]

      Requests to combine to one change set.

    • Optional boundary: string

      Request boundary for separation of sub requests. Defaults to an auto generated value.

    Returns BatchChangeSet<DeSerializersT>

Properties

boundary: string
requests: ChangesetBuilderTypes<DeSerializersT>[]

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