Azure.Connectors.Sdk.Rss.Models Namespace

Classes

Name Description
FeedItem

Item in A list of the response objects

RssModelFactory

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

RssOnNewFeedTriggerPayload

Typed trigger payload for the OnNewFeed trigger (Rss "When a feed item is published", operationId: OnNewFeed). Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<RssOnNewFeedTriggerPayload>(body).

RssTriggers

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

TriggerBatchResponseFeedItem

Response for When a feed item is published