Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class MetaData

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

    Fields

    | Edit this page View Source

    Errors

    Declaration
    public Dictionary<string, string> Errors
    Field Value
    Type Description
    Dictionary<string, string>

    Properties

    | Edit this page View Source

    ErrorCount

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

    MaxScore

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

    SuccessCount

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

    TimeTook

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

    TotalCount

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

    TotalHits

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