Click or drag to resize

IAnalyticsResultT Interface

Results of an analytics query.

Namespace:  Couchbase.Analytics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface IAnalyticsResult<out T> : IDisposable, 
	IAsyncEnumerable<T>

Type Parameters

T
Type of each row in the result.

The IAnalyticsResultT type exposes the following members.

Properties
  NameDescription
Public propertyMetaData
Gets the meta data associated with the analytics result.
Public propertyRows
The results of the query as a IAsyncEnumerable.
Top
See Also