Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Type parameters

Hierarchy

  • BatchChangeSet

Implemented by

Index

Constructors

Properties

Constructors

  • new BatchChangeSet<RequestT>(requests: RequestT[], boundary?: string): BatchChangeSet<RequestT>
  • Create an instance of BatchChangeSet.

    Type parameters

    Parameters

    • requests: RequestT[]

      Requests to combine to one change set.

    • Optional boundary: string

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

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

    Returns BatchChangeSet<RequestT>

Properties

boundary: string
requests: RequestT[]