RedactionLevel Enumeration |
Namespace: Couchbase.Core.Logging
public enum RedactionLevel
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No redaction is performed; this is the default. | |
| Partial | 1 | Only user data is redacted; system and metadata are not. | |
| Full | 2 | User, system, and metadata are redacted. |