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

ComputeHeadCursorRequest

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

Compute the current head cursor for a partition.

interface ComputeHeadCursorRequest {
partition?: bigint;
}

§Properties

§
partition?: bigint
[src]

Required. The partition for which we should compute the head cursor.