Class AnalyticsExtensions
Analytics related extensions for ICluster.
Inheritance
AnalyticsExtensions
Assembly: Couchbase.NetClient.dll
Syntax
public static class AnalyticsExtensions
Methods
|
Edit this page
View Source
IngestAsync<T>(ICluster, string, ICouchbaseCollection, IngestOptions)
Executes a query and ingests the results as documents into Couchbase server for further analytics.
NOTE: This is an experimental API and may change in the future.
Declaration
public static Task<IEnumerable<IMutationResult>> IngestAsync<T>(this ICluster cluster, string statement, ICouchbaseCollection collection, IngestOptions ingestOptions = null)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
IngestAsync<T>(ICluster, string, ICouchbaseCollection, Action<IngestOptions>)
Executes a query and ingests the results as documents into Couchbase server for further analytics.
NOTE: This is an experimental API and may change in the future.
Declaration
public static Task<IEnumerable<IMutationResult>> IngestAsync<T>(this ICluster cluster, string statement, ICouchbaseCollection collection, Action<IngestOptions> configureOptions)
Parameters
Returns
Type Parameters