IQueryResultT Interface |
Namespace: Couchbase.Query
public interface IQueryResult<out T> : IDisposable, IAsyncEnumerable<T>
The IQueryResultT type exposes the following members.
| Name | Description | |
|---|---|---|
| Errors |
Gets a list of 0 or more error objects; if an error occurred during processing of the request, it will be represented by an error object in this list.
| |
| MetaData |
Gets the meta data associated with the query result. May not be fully populated
until after the rows are enumerated.
| |
| Rows |
The results of the query as a IAsyncEnumerable.
|