View Source Ravix.Documents.Commands.BatchCommand (ravix v0.10.0)
Raven Command to execute actions in batches
Fields
- Commands: list of raven commands to be executed
Summary
Functions
Parses the response of a batch request
Types
Functions
@spec parse_batch_response(map(), Ravix.Documents.Session.State.t()) :: list()
Parses the response of a batch request
Parameters
- batch_response: The RavenDB batch response.
- session_state: The state of the session where the command was executed.