Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class AnalyticsMetrics

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

    Properties

    | Edit this page View Source

    ElaspedTime

    Declaration
    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
    public uint ResultSize { get; set; }
    Property Value
    Type Description
    uint
    | 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.