Couchbase .NET SDK | 3.3.5
Search Results for

    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 : int

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.