![]() | IViewResultTKey, TValue Interface |
Namespace: Couchbase.Views
public interface IViewResult<out TKey, out TValue> : IDisposable, IAsyncEnumerable<IViewRow<TKey, TValue>>
The IViewResultTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | MetaData |
Gets the query meta data.
|
![]() | Rows |
The results of the query as a IAsyncEnumerable.
|