Couchbase .NET SDK | 3.2.0
Couchbase .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ViewMetaData

    Metadata regarding a IViewResult<TKey, TValue>.

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

    Properties

    | Improve this Doc View Source

    TotalRows

    The total number of rows returned by the View request.

    Declaration
    public uint TotalRows { get; }
    Property Value
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.