Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class QueryIndex

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

    Properties

    | Edit this page View Source

    BucketName

    Declaration
    public string BucketName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CollectionName

    Declaration
    public string CollectionName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Condition

    Declaration
    [JsonProperty("condition")]
    public string Condition { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IndexKey

    Declaration
    [JsonProperty("index_key")]
    public List<string> IndexKey { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    IsPrimary

    Declaration
    [JsonProperty("is_primary")]
    public bool IsPrimary { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Keyspace

    Declaration
    [JsonProperty("keyspace_id")]
    public string Keyspace { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Partition

    Declaration
    [JsonProperty("partition")]
    public string Partition { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScopeName

    Declaration
    [JsonProperty("scope_id")]
    public string ScopeName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    State

    Declaration
    [JsonProperty("state")]
    public string State { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

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