Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class QueryMetrics

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

    Properties

    | Edit this page View Source

    ElapsedTime

    Declaration
    public string ElapsedTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ElaspedTime

    Declaration
    [Obsolete("Use ElapsedTime property instead.")]
    public string ElaspedTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ErrorCount

    Declaration
    public uint ErrorCount { get; set; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    ExecutionTime

    Declaration
    public string ExecutionTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MutationCount

    Declaration
    public uint MutationCount { get; set; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    ResultCount

    Declaration
    public uint ResultCount { get; set; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    ResultSize

    Declaration
    [Obsolete("Use ResultSizeLong instead, this can overflow")]
    [JsonIgnore]
    [JsonIgnore]
    public uint ResultSize { get; set; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    ResultSizeLong

    Declaration
    [JsonProperty("resultSize")]
    [JsonPropertyName("resultSize")]
    public ulong ResultSizeLong { get; set; }
    Property Value
    Type Description
    ulong
    | Edit this page View Source

    SortCount

    Declaration
    public uint SortCount { get; set; }
    Property Value
    Type Description
    uint
    | Edit this page View Source

    WarningCount

    Declaration
    public uint WarningCount { get; set; }
    Property Value
    Type Description
    uint
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.