@terascope/standard-asset-apis / routers/DateRouter / DateRouterConfig
Interface: DateRouterConfig
Defined in: routers/DateRouter.ts:141
Properties
Property | Type | Description | Defined in |
---|---|---|---|
date_delimiter? | string | The between the date parts, i.e. year, month, date Default '.' | routers/DateRouter.ts:165 |
date_unit_delimiter? | string | The separator between the date unit and the date value, only used if include_date_units is true. Default '_' | routers/DateRouter.ts:173 |
field | string | This is the primary date field on the record | routers/DateRouter.ts:145 |
include_date_units? | boolean | If true the date unit (year, month, day) will be included the route Default false | routers/DateRouter.ts:180 |
resolution? | DateResolution | This is used determine how specific the date routing should be Default {DateResolution.daily} | routers/DateRouter.ts:158 |
use_clock_time? | boolean | Option to use system time for the time value, overrides field value | routers/DateRouter.ts:150 |