The properties of a refresh object in a library component are:
Property Name | Description | |||
---|---|---|---|---|
General | ||||
Business View Name | Displays the name of the business view for which the refresh object is created. This property is read only.
Data type: String |
|||
Data Source Name | Displays the name of the data source in which the business view is created.
This property is read only.
Data type: String |
|||
Name | Displays the name of the refresh object, which by default is the business view name. This property is read only.
Data type: String |
|||
Query Name | Displays the name of the query on which the business view is created. This property is read only.
Data type: String |
|||
Refresh | ||||
Enable Auto Refresh | Specifies whether to make the data components that are created on the business view automatically refresh themselves at runtime based on a defined interval.
Data type: Boolean |
|||
Incremental Fetch | Specifies whether to fetch incremental data only when an auto refresh takes place. Enabled when Enable Auto Refresh is set to true. If set to true, you can click ![]() Data type: Boolean |
|||
Interval | Specifies the time interval between two auto refreshes. It ranges from 0 to 86400 seconds. Enabled when Enable Auto Refresh is set to true. Enter a numeric value to change the interval.
Data type: Integer |
|||
Unique Key | Specifies the unique key used to delete duplicated data from the incremental data filtered by incremental condition. Click ![]() Data type: Array |
|||
Value Number | Specifies the number of records that can be displayed in the data components. The earliest records will be removed when records exceed the specified number. Enter a numeric value to change the number. It is meaningful to specify the property when Incremental Fetch is set to true.
Data type: Integer |