StreamTunnelConfig specifies the tunnel stream configuration.
Data structure
message StreamTunnelConfig {
optional StartOffsetFlag flag = 1;
optional uint64 startOffset = 2;
optional uint64 endOffset = 3;
}
Parameter | Type | Required | Description |
flag | No | The start offset flag. | |
startOffset | uint64 | No | The start offset. |
endOffset | uint64 | No | The end offset. |