Click or drag to resize

QueryPlan Class

[Missing <summary> documentation for "T:Couchbase.Query.QueryPlan"]

Inheritance Hierarchy
SystemObject
  Couchbase.QueryQueryPlan

Namespace:  Couchbase.Query
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class QueryPlan

The QueryPlan type exposes the following members.

Constructors
  NameDescription
Public methodQueryPlan
Initializes a new instance of the QueryPlan class
Top
Properties
  NameDescription
Public propertyEncodedPlan
Public propertyName
Gets the name of the query plan generated by the server.
Public propertyOperator
Public propertySignature
Public propertyText
Top
See Also