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

PartitionCursor

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

A pair of a Cursor and the partition it is for.

interface PartitionCursor {
cursor?: Cursor;
partition?: bigint;
}

§Properties

§
cursor?: Cursor
[src]

The value of the cursor.

§
partition?: bigint
[src]

The partition this is for.