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".