@terascope/standard-asset-apis / routers/HashRouter / HashRouterConfig
Interface: HashRouterConfig
Defined in: routers/HashRouter.ts:41
Properties
Property | Type | Description | Defined in |
---|---|---|---|
fields? | string [] | readonly string [] | Fields to use for the key, this must include at least one field. If this is not set, the _key will be used | routers/HashRouter.ts:52 |
partitions | number | The number of partitions to be created based of the hash | routers/HashRouter.ts:45 |