![]() | IAnalyticsResultT Interface |
Namespace: Couchbase.Analytics
public interface IAnalyticsResult<out T> : IDisposable, IAsyncEnumerable<T>
The IAnalyticsResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | MetaData |
Gets the meta data associated with the analytics result.
|
![]() | Rows |
The results of the query as a IAsyncEnumerable.
|