The total number of rows returned by the View request.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxReadOnly Property TotalRows As UInteger
Get
ReadOnly Property TotalRows As UInteger
Get
property unsigned int TotalRows {
unsigned int get ();
}
property unsigned int TotalRows {
unsigned int get ();
}
abstract TotalRows : uint32 with get
abstract TotalRows : uint32 with get
Property Value
Type:
UInt32
See Also