Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IDiagnosticsReport

    Namespace: Couchbase.Diagnostics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface IDiagnosticsReport

    Properties

    | Edit this page View Source

    Id

    Gets the report identifier.

    Declaration
    [JsonPropertyName("id")]
    string Id { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Sdk

    Gets the SDK identifier.

    Declaration
    [JsonPropertyName("sdk")]
    string Sdk { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Services

    Gets the services endpoints.

    Declaration
    [JsonPropertyName("services")]
    IDictionary<string, IEnumerable<IEndpointDiagnostics>> Services { get; }
    Property Value
    Type Description
    IDictionary<string, IEnumerable<IEndpointDiagnostics>>
    | Edit this page View Source

    Version

    Gets the Diagnostics Report version.

    Declaration
    [JsonPropertyName("version")]
    short Version { get; }
    Property Value
    Type Description
    short
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.