Enable JSON Read/Write Mode

UseJsonColumn

Key Name Default Value Required

UseJsonColumn

0

No

Description

This option specifies whether the connector reports a special column named DocumentAsJson that retrieves or stores whole documents as JSON-formatted strings.

  • Enabled (1 ): The connector reports the JSON column.
  • Disabled (0 ): The connector does not report the JSON column.

Note:

Only enable this option as needed. The process of converting documents into Json strings decreases the performance of the connector.

See also the connector configuration option JSON Column Size.

Related topics