Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class QueryPlan

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

    Properties

    | Edit this page View Source

    EncodedPlan

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

    Signature

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

    Text

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