Usage
Signature:
interface DedupCapability
Typescript Import Format
//To use this interface, import as below.
import {DedupCapability} from "ojs/ojdataprovider";
For additional information visit:
Fields
-
type :('global'|'none'|'iterator')
-
Dedup type information. Type of 'global' indicates that this DataProvider globally dedups keys and will always return unique keys. Type of 'iterator' indicates that this DataProvider dedups keys during fetch iteration. Type of 'none' indicates that this DataProvider does not dedup keys and may return duplicate keys.
- Since:
- 9.1.0