failTasksOnLobTruncation property

bool? failTasksOnLobTruncation
final

When set to true, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified LobMaxSize.

If a task is set to limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

Implementation

final bool? failTasksOnLobTruncation;