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

TopicPartitions

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

Response for GetTopicPartitions.

interface TopicPartitions {
partitionCount?: bigint;
}

§Properties

§
partitionCount?: bigint
[src]

The number of partitions in the topic.