Class QueryResponse.Types.MetaData.Types.Metrics
Inheritance
QueryResponse.Types.MetaData.Types.Metrics
Implements
IBufferMessage
IMessage
Assembly: Couchbase.NetClient.dll
public sealed class QueryResponse.Types.MetaData.Types.Metrics : IMessage<QueryResponse.Types.MetaData.Types.Metrics>, IEquatable<QueryResponse.Types.MetaData.Types.Metrics>, IDeepCloneable<QueryResponse.Types.MetaData.Types.Metrics>, IBufferMessage, IMessage
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public Metrics(QueryResponse.Types.MetaData.Types.Metrics other)
Parameters
Fields
|
Edit this page
View Source
Field number for the "elapsed_time" field.
Declaration
public const int ElapsedTimeFieldNumber = 1
Field Value
|
Edit this page
View Source
Field number for the "error_count" field.
Declaration
public const int ErrorCountFieldNumber = 7
Field Value
|
Edit this page
View Source
Field number for the "execution_time" field.
Declaration
public const int ExecutionTimeFieldNumber = 2
Field Value
|
Edit this page
View Source
Field number for the "mutation_count" field.
Declaration
public const int MutationCountFieldNumber = 5
Field Value
|
Edit this page
View Source
Field number for the "result_count" field.
Declaration
public const int ResultCountFieldNumber = 3
Field Value
|
Edit this page
View Source
Field number for the "result_size" field.
Declaration
public const int ResultSizeFieldNumber = 4
Field Value
|
Edit this page
View Source
Field number for the "sort_count" field.
Declaration
public const int SortCountFieldNumber = 6
Field Value
|
Edit this page
View Source
Field number for the "warning_count" field.
Declaration
public const int WarningCountFieldNumber = 8
Field Value
Properties
|
Edit this page
View Source
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
MessageDescriptor |
|
|
Edit this page
View Source
Declaration
public Duration ElapsedTime { get; set; }
Property Value
Type |
Description |
Duration |
|
|
Edit this page
View Source
Declaration
public ulong ErrorCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public Duration ExecutionTime { get; set; }
Property Value
Type |
Description |
Duration |
|
|
Edit this page
View Source
Declaration
public ulong MutationCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public static MessageParser<QueryResponse.Types.MetaData.Types.Metrics> Parser { get; }
Property Value
|
Edit this page
View Source
Declaration
public ulong ResultCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ulong ResultSize { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ulong SortCount { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ulong WarningCount { get; set; }
Property Value
Methods
|
Edit this page
View Source
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Declaration
public int CalculateSize()
Returns
Type |
Description |
int |
The number of bytes required to write this message
to a coded output stream.
|
|
Edit this page
View Source
Creates a deep clone of this object.
Declaration
public QueryResponse.Types.MetaData.Types.Metrics Clone()
Returns
|
Edit this page
View Source
Declaration
public bool Equals(QueryResponse.Types.MetaData.Types.Metrics other)
Parameters
Returns
|
Edit this page
View Source
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
Merges the given message into this one.
Declaration
public void MergeFrom(QueryResponse.Types.MetaData.Types.Metrics other)
Parameters
|
Edit this page
View Source
Merges the data from the specified coded input stream with the current message.
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
CodedInputStream |
input |
|
|
Edit this page
View Source
Declaration
public override string ToString()
Returns
Overrides
|
Edit this page
View Source
Writes the data to the given coded output stream.
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type |
Name |
Description |
CodedOutputStream |
output |
Coded output stream to write the data to. Must not be null.
|
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage