Class QueryPlan
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
EncodedPlan
Declaration
[JsonProperty("encoded_plan")]
[JsonPropertyName("encoded_plan")]
public string EncodedPlan { get; set; }
Property Value
|
Edit this page
View Source
Name
Gets the name of the query plan generated by the server.
Declaration
[JsonProperty("name")]
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type |
Description |
string |
The name of the query plan.
|
|
Edit this page
View Source
Operator
Declaration
[JsonProperty("operator")]
[JsonPropertyName("operator")]
public object Operator { get; set; }
Property Value
|
Edit this page
View Source
Signature
Declaration
[JsonProperty("signature")]
[JsonPropertyName("signature")]
public object Signature { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value