Comment on page
Configuration
This section explains each of the properties in the configuration blade.

Property | Description |
---|---|
Collection | This associates this Agent to a specific Collection and defaults to that of the current Data Stream. |
Polling Interval (seconds) | A timespan to specify how often should the Agent check for new data/changes or update its cache. |
Property | Description |
---|---|
File Path | Specify the path where the required JSON file would be found by the Stream Host. For example C:\Temp\AssetContextData.json |
The file is expected to contain a JSON Array, where each object represents one record. A sample file can be found here.
The specified File path must be accessible from the machine where the Stream Host is running.
Defines the shape of JSON objects found in the specified file.
Property | Description |
---|---|
Name | The name of the property. |
Type | The data type of the property. |
Name | Description |
---|---|
Output | This endpoint outputs the content of the JSON file, with attributes as specified by the Payload Definition. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 7mo ago