Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class QueryPlan

Inheritance
object
QueryPlan
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Query
Assembly: Couchbase.NetClient.dll
Syntax
public class QueryPlan

Constructors

View Source

QueryPlan()

Declaration
public QueryPlan()

Properties

View Source

EncodedPlan

Declaration
[JsonProperty("encoded_plan")]
[JsonPropertyName("encoded_plan")]
public string EncodedPlan { get; set; }
Property Value
Type Description
string
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.

View Source

Operator

Declaration
[JsonProperty("operator")]
[JsonPropertyName("operator")]
public object Operator { get; set; }
Property Value
Type Description
object
View Source

Signature

Declaration
[JsonProperty("signature")]
[JsonPropertyName("signature")]
public object Signature { get; set; }
Property Value
Type Description
object
View Source

Text

Declaration
[JsonProperty("text")]
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.