Range of events for an asynchronous events request.
Defined in
This message is defined in the common.proto
file.
Syntax
message TransmissionWindow
{
uint64 startIndex = 1;
uint32 maxCount = 2;
}
Fields
The TransmissionWindow
message has the following fields.
TransmissionWindow message fields
Type |
Name |
Tag |
Description |
---|---|---|---|
|
|
|
Index of the first item. |
|
|
|
Maximum count of items to retrieve. |