Share via


BlobTriggerSource Enum

Definition

Provides blob trigger kinds to detect changes.

public enum BlobTriggerSource
type BlobTriggerSource = 
Public Enum BlobTriggerSource
Inheritance
BlobTriggerSource

Fields

EventGrid 1

Polling is relied on EventGrid. Azure Blob Storage as an Event Grid source

LogsAndContainerScan 0

Polling works as a hybrid between inspecting logs and running periodic container scans. Blobs are scanned in groups of 10,000 at a time with a continuation token used between intervals. Storage Analytics logs

Applies to