Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IPingReport

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

    Properties

    | Edit this page View Source

    ConfigRev

    Gets the bucket configuration revision.

    Declaration
    [JsonPropertyName("config_rev")]
    ulong ConfigRev { get; }
    Property Value
    Type Description
    ulong
    | 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 service 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 Ping 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.