DropboxTriggers Class

Definition

Static registry of trigger operations for the Dropbox connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See DropboxTriggerOperations for the complete list of trigger operation name constants.

public static class DropboxTriggers
type DropboxTriggers = class
Public Class DropboxTriggers
Inheritance
DropboxTriggers

Properties

Name Description
Operations

Trigger operations with typed payloads for the Dropbox connector. This is a subset of all triggers — see DropboxTriggerOperations for the full list.

Applies to