Expand description
Nested message and enum types in ReleaseExecuteRequest
.
Structs§
- Release
All - Release and close operation completely. This will also interrupt the query if it is running execution, and wait for it to be torn down.
- Release
Until - Release all responses from the operation response stream up to and including the response with the given by response_id. While server determines by itself how much of a buffer of responses to keep, client providing explicit release calls will help reduce resource consumption. Noop if response_id not found in cached responses.