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

CommitCursorRequest

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

Request for CommitCursor.

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

§Properties

§
cursor?: Cursor
[src]

The new value for the committed cursor.

§
partition?: bigint
[src]

The partition for which to update the cursor. Partitions are zero indexed, so partition must be in the range [0, topic.num_partitions).