BatchOperations Classe

Namespace para operações em lote (client.batch).

Acessado por meio de client.batch. Use new para criar um BatchRequest construtor.

Exemplo:


   batch = client.batch.new()
   batch.records.create("account", {"name": "Fabrikam"})
   result = batch.execute()

Construtor

BatchOperations(client: DataverseClient)

Parâmetros

Nome Description
client
Obrigatório

A instância pai DataverseClient .

Métodos

new

Crie um novo construtor vazio BatchRequest .

new

Crie um novo construtor vazio BatchRequest .

new() -> BatchRequest

Retornos

Tipo Description

Um vazio BatchRequest.