Module batch

Module batch 

Source
Expand description

HTTP header names used in batch request and response processing.

These headers carry per-operation metadata in the multipart bodies of batch requests and responses. Clients include HEADER_BATCH_OPERATION_KEY and HEADER_BATCH_OPERATION_KIND on each request part; the server echoes all three — including HEADER_BATCH_OPERATION_INDEX — on each response part so clients can correlate results with their original operations.

Constants§

HEADER_BATCH_OPERATION_INDEX
Zero-based position of this operation within the batch, set by the server on response parts.
HEADER_BATCH_OPERATION_KEY
Base64-encoded object key for this batch operation, required on request parts.
HEADER_BATCH_OPERATION_KIND
Operation kind for this batch part: "get", "insert", or "delete".