isBlink
The isBlink method returns true if the table is a blink table, and false otherwise.
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
This method takes no arguments.
Returns
A boolean value: true if the table is a blink table, false otherwise.
Examples
The following example demonstrates checking a table before and after converting it to a blink table.