Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class SearchIndex

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

Constructors

View Source

SearchIndex()

Declaration
public SearchIndex()

Properties

View Source

Name

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

Params

Declaration
[JsonProperty("params", NullValueHandling = NullValueHandling.Ignore)]
[JsonPropertyName("params")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, dynamic> Params { get; set; }
Property Value
Type Description
Dictionary<string, dynamic>
View Source

PlanParams

Declaration
[JsonProperty("planParams", NullValueHandling = NullValueHandling.Ignore)]
[JsonPropertyName("planParams")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, dynamic> PlanParams { get; set; }
Property Value
Type Description
Dictionary<string, dynamic>
View Source

SourceName

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

SourceParams

Declaration
[JsonProperty("sourceParams", NullValueHandling = NullValueHandling.Ignore)]
[JsonPropertyName("sourceParams")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, dynamic> SourceParams { get; set; }
Property Value
Type Description
Dictionary<string, dynamic>
View Source

SourceType

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

SourceUuid

Declaration
[JsonProperty("sourceUuid", NullValueHandling = NullValueHandling.Ignore)]
[JsonPropertyName("sourceUuid")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string SourceUuid { get; set; }
Property Value
Type Description
string
View Source

Type

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

Uuid

Declaration
[JsonProperty("uuid", NullValueHandling = NullValueHandling.Ignore)]
[JsonPropertyName("uuid")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Uuid { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.