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

AdminProjectsLocationsSubscriptionsCreateOptions

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

Additional options for pubsubLite#adminProjectsLocationsSubscriptionsCreate.

interface AdminProjectsLocationsSubscriptionsCreateOptions {
skipBacklog?: boolean;
subscriptionId?: string;
}

§Properties

§
skipBacklog?: boolean
[src]

If true, the newly created subscription will only receive messages published after the subscription was created. Otherwise, the entire message backlog will be received on the subscription. Defaults to false.

§
subscriptionId?: string
[src]

Required. The ID to use for the subscription, which will become the final component of the subscription's name. This value is structured like: my-sub-name.