ViewResult<T>.TotalRows Property Couchbase .NET SDK 2.0
The total number of rows.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public uint TotalRows { get; }

Property Value

Type: UInt32

Implements

IViewResult<T>.TotalRows
See Also