Class ClusterExtensions
Inheritance
System.Object
ClusterExtensions
Assembly: Couchbase.NetClient.dll
Syntax
public static class ClusterExtensions : object
Methods
|
Improve this Doc
View Source
AnalyticsQuery<T>(ICluster, String, Action<AnalyticsOptions>)
Declaration
public static IAnalyticsResult<T> AnalyticsQuery<T>(this ICluster cluster, string statement, Action<AnalyticsOptions> configureOptions)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
AnalyticsQuery<T>(ICluster, String, AnalyticsOptions)
Declaration
public static IAnalyticsResult<T> AnalyticsQuery<T>(this ICluster cluster, string statement, AnalyticsOptions options = null)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
AnalyticsQueryAsync<T>(ICluster, String, Action<AnalyticsOptions>)
Declaration
public static Task<IAnalyticsResult<T>> AnalyticsQueryAsync<T>(this ICluster cluster, string statement, Action<AnalyticsOptions> configureOptions)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
DiagnosticsAsync(ICluster, Action<DiagnosticsOptions>)
Declaration
public static Task<IDiagnosticsReport> DiagnosticsAsync(this ICluster cluster, Action<DiagnosticsOptions> configureOptions)
Parameters
Returns
|
Improve this Doc
View Source
QueryAsync<T>(ICluster, String)
Declaration
public static Task<IQueryResult<T>> QueryAsync<T>(this ICluster cluster, string statement)
Parameters
Type |
Name |
Description |
ICluster |
cluster |
|
System.String |
statement |
|
Returns
Type Parameters
|
Improve this Doc
View Source
QueryAsync<T>(ICluster, String, Action<QueryOptions>)
Declaration
public static Task<IQueryResult<T>> QueryAsync<T>(this ICluster cluster, string statement, Action<QueryOptions> configureOptions)
Parameters
Type |
Name |
Description |
ICluster |
cluster |
|
System.String |
statement |
|
Action<QueryOptions> |
configureOptions |
|
Returns
Type Parameters
|
Improve this Doc
View Source
SearchQueryAsync(ICluster, String, ISearchQuery, Action<SearchOptions>)
Declaration
public static Task<ISearchResult> SearchQueryAsync(this ICluster cluster, string indexName, ISearchQuery query, Action<SearchOptions> configureOptions)
Parameters
Returns