Azure.Connectors.Sdk.Box.Models Namespace

Classes

Name Description
BlobMetadata

Response for Get file metadata using id

BoxModelFactory

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

BoxOnNewFilesTriggerPayload

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

BoxOnUpdatedFilesTriggerPayload

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

BoxTriggers

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