RedactionStatus enumeration

RedactionStatus enumeration

Represents a redaction completion status.

The RedactionStatus type exposes the following members:

Fields

Field Description
APPLIED Redaction was fully and successfully applied.
PARTIALLY_APPLIED Redaction was applied only to a part of its matches.
SKIPPED Redaction was skipped (not applied).
FAILED Redaction failed with exception.

Remarks

Learn more | | |

See Also