Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class MetaData

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

Constructors

View Source

MetaData()

Declaration
public MetaData()

Fields

View Source

Errors

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

Properties

View Source

ErrorCount

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

MaxScore

Declaration
public double MaxScore { get; set; }
Property Value
Type Description
double
View Source

SuccessCount

Declaration
public long SuccessCount { get; set; }
Property Value
Type Description
long
View Source

TimeTook

Declaration
public TimeSpan TimeTook { get; set; }
Property Value
Type Description
TimeSpan
View Source

TotalCount

Declaration
public long TotalCount { get; set; }
Property Value
Type Description
long
View Source

TotalHits

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