Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class QueryIndex

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

Constructors

View Source

QueryIndex()

Declaration
public QueryIndex()

Properties

View Source

BucketName

Declaration
public string BucketName { get; set; }
Property Value
Type Description
string
View Source

CollectionName

Declaration
public string CollectionName { get; }
Property Value
Type Description
string
View Source

Condition

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

IndexKey

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

IsPrimary

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

Keyspace

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

Name

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

Partition

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

ScopeName

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

State

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

Type

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