Azure.Connectors.Sdk.Dropbox.Models Namespace

Classes

Name Description
BlobMetadata

Response for Get file metadata

DropboxModelFactory

Model factory for creating instances of Dropbox models. Use these factory methods to construct model instances in tests and scenarios where output-only properties (with init-only setters) need to be populated.

DropboxOnNewFilesTriggerPayload

Typed trigger payload for the OnNewFiles trigger (Dropbox "When a file is created (properties only)", operationId: OnNewFiles). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<DropboxOnNewFilesTriggerPayload>(body).

DropboxOnUpdatedFilesTriggerPayload

Typed trigger payload for the OnUpdatedFiles trigger (Dropbox "When a file is modified (properties only)", operationId: OnUpdatedFiles). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<DropboxOnUpdatedFilesTriggerPayload>(body).

DropboxTriggers

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.