Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IPingReport

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

Properties

View Source

ConfigRev

Gets the bucket configuration revision.

Declaration
[JsonPropertyName("config_rev")]
ulong ConfigRev { get; }
Property Value
Type Description
ulong
View Source

Id

Gets the report identifier.

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

Sdk

Gets the SDK identifier.

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

Services

Gets the service endpoints.

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

Version

Gets the Ping Report version.

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