Expand description
Nested message and enum types in StreamWriteMessage.
Modules
Nested message and enum types in
FromClient.Nested message and enum types in
FromServer.Nested message and enum types in
InitRequest.Nested message and enum types in
WriteRequest.Nested message and enum types in
WriteResponse.Structs
Client-server message for write session. Contains one of:
InitRequest - handshake request.
WriteRequest - portion of data to be written.
UpdateTokenRequest - user credentials if update is needed.
Server-client message for write session. Contains either non-success status, or one of:
InitResponse - correct handshake response.
WriteResponse - acknowledgment of storing client messages.
UpdateTokenResponse - acknowledgment of reauthentication and reauthorization.
Handshake request that must be sent to server first.
Response for handshake.
Represents portion of client messages.
Message that represents acknowledgment for sequence of client messages.
This sequence is persisted together so write statistics is for messages batch.