BlobTriggerSource Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides blob trigger kinds to detect changes.
public enum BlobTriggerSource
type BlobTriggerSource =
Public Enum BlobTriggerSource
- Inheritance
-
BlobTriggerSource
Fields
Name | Value | Description |
---|---|---|
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 |
EventGrid | 1 | Polling is relied on EventGrid. Azure Blob Storage as an Event Grid source |
Applies to
Azure SDK for .NET