Azure.Connectors.Sdk.Ftp.Models Namespace

Classes

Name Description
BlobMetadata

Response for Create file

FtpModelFactory

Model factory for creating instances of Ftp 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.

FtpOnUpdatedFilesTriggerPayload

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

FtpTriggers

Static registry of trigger operations for the Ftp 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 FtpTriggerOperations for the complete list of trigger operation name constants.