RedactionStatus

RedactionStatus enumeration

Represents a redaction completion status.

public enum RedactionStatus

Values

Name Value Description
Applied 0 Redaction was fully and successfully applied.
PartiallyApplied 1 Redaction was aplied only to a part of its matches.
Skipped 2 Redaction was skipped (not applied).
Failed 3 Redaction failed with exception.

Remarks

Learn more

See Also