DropboxOnNewFilesTriggerPayload Class
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.
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).
public class DropboxOnNewFilesTriggerPayload : Azure.Connectors.Sdk.TriggerCallbackPayload<Azure.Connectors.Sdk.Dropbox.Models.BlobMetadata>
type DropboxOnNewFilesTriggerPayload = class
inherit TriggerCallbackPayload<BlobMetadata>
Public Class DropboxOnNewFilesTriggerPayload
Inherits TriggerCallbackPayload(Of BlobMetadata)
- Inheritance
Constructors
| Name | Description |
|---|---|
| DropboxOnNewFilesTriggerPayload() | |
Properties
| Name | Description |
|---|---|
| Body |
The body envelope containing the trigger items. (Inherited from TriggerCallbackPayload<T>) |