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

ComputeTimeCursorRequest

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

Compute the corresponding cursor for a publish or event time in a topic partition.

interface ComputeTimeCursorRequest {
partition?: bigint;
target?: TimeTarget;
}

§Properties

§
partition?: bigint
[src]

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

§

Required. The target publish or event time. Specifying a future time will return an unset cursor.