addOnlyToBlink
The AddOnlyToBlinkTableAdapter.toBlink method converts an add-only or append-only table to a blink table.
Blink tables keep only the set of rows received during the current update cycle. The table only consists of rows added in the previous update cycle, and no rows persist for more than one update cycle.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Table | The add-only or append-only table to convert to a blink table. The table must be refreshing. |
Returns
A blink table based on the input table.
Examples
The following example creates an append-only time table and converts it to a blink table.
