RSS Source Provider
The RSS Source is a specialized version of the XML Source that feeds data from RSS 0.9, 1.0, 2.0, and Atom specifications supporting Feed and Entries queries.
Settings
Setting | Description | Default |
---|---|---|
Name | The name that will identify this source instance. | |
Default Cache Time | The default duration in seconds before the cache is renewed, set to 0 to disable caching. This setting can be overriden in each query configuration. | 3600 |
Setting | Description |
---|---|
URL | The feed URL from which to generate the source content. |
Feed Query
Fetches information from the feed and resolves to a dynamically generated feed type based on it schema.
Setting | Description | Default |
---|---|---|
Cache | The duration in seconds before the cache is invalidated and the query re-executed. | 3600 |
Entries Query
Fetches records from the feed and resolves to a list of dynamically generated record type based on the feed schema.
Setting | Description | Default | Dynamic |
---|---|---|---|
Filters | The list of filter conditions applied to the query. | [] | ✓ |
Ordering | The list of ordering conditions applied to the query. | [] | ✓ |
Start | The offset applied to the query. | 1 | ✓ |
Quantity | The limit applied to the query. | 20 | ✓ |
Cache | The duration in seconds before the cache is invalidated and the query re-executed. | 3600 |