StorageBlobTriggerOptions interface

Extends

Properties

source

The source of the triggering event. Use EventGrid for an Event Grid-based blob trigger, which provides much lower latency. The default is LogsAndContainerScan, which uses the standard polling mechanism to detect changes in the container.

Inherited Properties

connection

An app setting (or environment variable) with the storage connection string to be used by this blob input or output

path

The path to the blob container, for example "samples-workitems/{name}"

Property Details

source

The source of the triggering event. Use EventGrid for an Event Grid-based blob trigger, which provides much lower latency. The default is LogsAndContainerScan, which uses the standard polling mechanism to detect changes in the container.

source?: "EventGrid" | "LogsAndContainerScan"

Property Value

"EventGrid" | "LogsAndContainerScan"

Inherited Property Details

connection

An app setting (or environment variable) with the storage connection string to be used by this blob input or output

connection: string

Property Value

string

Inherited From StorageBlobOptions.connection

path

The path to the blob container, for example "samples-workitems/{name}"

path: string

Property Value

string

Inherited From StorageBlobOptions.path