Couchbase .NET SDK | 3.3.4
Search Results for

    Show / Hide Table of Contents

    Interface IPingReport

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

    Properties

    | Improve this Doc View Source

    ConfigRev

    Gets the bucket configuration revision.

    Declaration
    ulong ConfigRev { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Id

    Gets the report identifier.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Sdk

    Gets the SDK identifier.

    Declaration
    string Sdk { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Services

    Gets the service endpoints.

    Declaration
    IDictionary<string, IEnumerable<IEndpointDiagnostics>> Services { get; }
    Property Value
    Type Description
    IDictionary<String, IEnumerable<IEndpointDiagnostics>>
    | Improve this Doc View Source

    Version

    Gets the Ping Report version.

    Declaration
    short Version { get; }
    Property Value
    Type Description
    Int16
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2022 Couchbase, Inc.