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

Topic

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

Metadata about a topic resource.

interface Topic {
name?: string;
partitionConfig?: PartitionConfig;
reservationConfig?: ReservationConfig;
retentionConfig?: RetentionConfig;
}

§Properties

§
name?: string
[src]

The name of the topic. Structured like: projects/{project_number}/locations/{location}/topics/{topic_id}

§
partitionConfig?: PartitionConfig
[src]

The settings for this topic's partitions.

§
reservationConfig?: ReservationConfig
[src]

The settings for this topic's Reservation usage.

§
retentionConfig?: RetentionConfig
[src]

The settings for this topic's message retention.