Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum RedactionLevel

Specifies the level of log redaction.

Namespace: Couchbase.Core.Logging
Assembly: Couchbase.NetClient.dll
Syntax
public enum RedactionLevel

Fields

Name Description
Full

User, system, and metadata are redacted.

None

No redaction is performed; this is the default.

Partial

Only user data is redacted; system and metadata are not.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.