Cursor
partitionstringrequired
Id of the partition pointed to by this cursor.
Possible values: non-empty
offsetstringrequired
Offset of the event being pointed to. Note that if you want to specify beginning position of a stream with first event at offset N, you should specify offset N-1. This applies in cases when you create new subscription or reset subscription offsets. Also for stream start offsets one can use two special values: - begin - read from the oldest available event. - end - read from the most recent offset.
Possible values: non-empty
Cursor
{
"partition": "string",
"offset": "string"
}