Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ViewMetaData

Metadata regarding a IViewResult<TKey, TValue>.

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

Constructors

View Source

ViewMetaData()

Declaration
public ViewMetaData()

Properties

View Source

TotalRows

The total number of rows returned by the View request.

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