Skip to main content

Subscription-cursor-without-token

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

event_typestringrequired

The name of the event type this partition's events belong to.

Subscription-cursor-without-token
{
"partition": "string",
"offset": "string",
"event_type": "string"
}