DictTable.dataPerPartition Method

Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table.

Syntax

public boolean dataPerPartition()

Run On

Called

Return Value

Type: boolean
true if the data is saved on a per-partition basis; otherwise, false, and the data is saved globally for all partitions.

See Also

Reference

DictTable Class