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