1using System.Collections.Generic;
TopicParameters for TopicCommandType.ReceiveChunk.
IReadOnlyCollection< uint >? MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
ChunkedTopicParameters()
Initializes a new instance of the ChunkedTopicParameters class.
uint? PayloadId
The ID of the full request to differentiate different chunkings.Nullable to prevent default value omi...
Parameters for a topic request.
Represents the payload ID of a set of chunked data.
A communication that can be missing chunk payloads.
TopicCommandType
The type of topic command being sent.
@ ReceiveChunk
Receive additional data for a previous response.