IQueryRequest Metrics Method Couchbase .NET SDK 2.0
Specifies that metrics should be returned with query results.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest Metrics(
	bool includeMetrics
)

Parameters

includeMetrics
Type: System Boolean
True to return query metrics.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
Optional.
See Also