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

DeliveryConfig

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

The settings for a subscription's message delivery.

interface DeliveryConfig {
deliveryRequirement?: "DELIVERY_REQUIREMENT_UNSPECIFIED" | "DELIVER_IMMEDIATELY" | "DELIVER_AFTER_STORED";
}

§Properties

§
deliveryRequirement?: "DELIVERY_REQUIREMENT_UNSPECIFIED" | "DELIVER_IMMEDIATELY" | "DELIVER_AFTER_STORED"
[src]

The DeliveryRequirement for this subscription.