@terascope/standard-asset-apis / routers/FieldRouter / FieldRouterConfig
Interface: FieldRouterConfig
Defined in: routers/FieldRouter.ts:40
Properties
Property | Type | Description | Defined in |
---|---|---|---|
field_delimiter? | string | When generating the key, this will separate each value (and field), Default '-' | routers/FieldRouter.ts:57 |
fields | string [] | readonly string [] | Fields to use for the key, this must include at least one field | routers/FieldRouter.ts:51 |
include_field_names? | boolean | If this is true, field names will be used along with the values Default true | routers/FieldRouter.ts:45 |
value_delimiter? | string | When generating the key, this will separate the field and the value, Default '_' | routers/FieldRouter.ts:63 |