Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Cursor

import type { Cursor } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";

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

interface Cursor {
offset?: bigint;
}

§Properties

§
offset?: bigint
[src]

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