• Returns sanitized version of Options. It does a number of things:

    • If a timestamp is passed as a millisecond timestamp, it will be converted to microseconds.
    • If start, end and versions are invalid, the value for the option will be set as undefined

    Returns

    a map of all Options with their sanitized values

    Parameters

    • options: Options

      a map of all unsanitized connector Options

    Returns ExplicitOptions