Click or drag to resize

RedactionLevel Enumeration

Specifies the level of log redaction.

Namespace:  Couchbase.Core.Logging
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public enum RedactionLevel
Members
  Member nameValueDescription
None0 No redaction is performed; this is the default.
Partial1 Only user data is redacted; system and metadata are not.
Full2 User, system, and metadata are redacted.
See Also