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

EventStream

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

Specifies the Event-driven transfer options. Event-driven transfers listen to an event stream to transfer updated files.

interface EventStream {
eventStreamExpirationTime?: Date;
eventStreamStartTime?: Date;
name?: string;
}

§Properties

§
eventStreamExpirationTime?: Date
[src]

Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated.

§
eventStreamStartTime?: Date
[src]

Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately.

§
name?: string
[src]

Required. Specifies a unique name of the resource such as AWS SQS ARN in the form 'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription resource name in the form 'projects/{project}/subscriptions/{sub}'.