Couchbase .NET SDK | 3.7.2
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

    | Edit this page View Source

    TotalRows

    The total number of rows returned by the View request.

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