Cursor

A cursor that describes the position of a message within a topic partition.

JSON representation
{
  "offset": string
}
Fields
offset

string (int64 format)

The offset of a message within a topic partition. Must be greater than or equal 0.