Class QueryIndex
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
BucketName
Declaration
public string BucketName { get; set; }
Property Value
|
Edit this page
View Source
CollectionName
Declaration
public string CollectionName { get; }
Property Value
|
Edit this page
View Source
Condition
Declaration
[JsonProperty("condition")]
public string Condition { get; set; }
Property Value
|
Edit this page
View Source
IndexKey
Declaration
[JsonProperty("index_key")]
public List<string> IndexKey { get; set; }
Property Value
|
Edit this page
View Source
IsPrimary
Declaration
[JsonProperty("is_primary")]
public bool IsPrimary { get; set; }
Property Value
|
Edit this page
View Source
Keyspace
Declaration
[JsonProperty("keyspace_id")]
public string Keyspace { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Partition
Declaration
[JsonProperty("partition")]
public string Partition { get; set; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
[JsonProperty("scope_id")]
public string ScopeName { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public IndexType Type { get; set; }
Property Value