Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AnalyticsMetrics

Inheritance
object
AnalyticsMetrics
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Analytics
Assembly: Couchbase.NetClient.dll
Syntax
public class AnalyticsMetrics

Constructors

View Source

AnalyticsMetrics()

Declaration
public AnalyticsMetrics()

Properties

View Source

ElaspedTime

Declaration
public string ElaspedTime { get; set; }
Property Value
Type Description
string
View Source

ErrorCount

Declaration
public uint ErrorCount { get; set; }
Property Value
Type Description
uint
View Source

ExecutionTime

Declaration
public string ExecutionTime { get; set; }
Property Value
Type Description
string
View Source

MutationCount

Declaration
public uint MutationCount { get; set; }
Property Value
Type Description
uint
View Source

ResultCount

Declaration
public uint ResultCount { get; set; }
Property Value
Type Description
uint
View Source

ResultSize

Declaration
public uint ResultSize { get; set; }
Property Value
Type Description
uint
View Source

SortCount

Declaration
public uint SortCount { get; set; }
Property Value
Type Description
uint
View Source

WarningCount

Declaration
public uint WarningCount { get; set; }
Property Value
Type Description
uint
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.