Class SearchIndex
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[JsonProperty("params", NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, dynamic> Params { get; set; }
Property Value
|
Edit this page
View Source
PlanParams
Declaration
[JsonProperty("planParams", NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, dynamic> PlanParams { get; set; }
Property Value
|
Edit this page
View Source
SourceName
Declaration
[JsonProperty("sourceName")]
public string SourceName { get; set; }
Property Value
|
Edit this page
View Source
SourceParams
Declaration
[JsonProperty("sourceParams", NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, dynamic> SourceParams { get; set; }
Property Value
|
Edit this page
View Source
SourceType
Declaration
[JsonProperty("sourceType")]
public string SourceType { get; set; }
Property Value
|
Edit this page
View Source
SourceUuid
Declaration
[JsonProperty("sourceUuid", NullValueHandling = NullValueHandling.Ignore)]
public string SourceUuid { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
Uuid
Declaration
[JsonProperty("uuid", NullValueHandling = NullValueHandling.Ignore)]
public string Uuid { get; set; }
Property Value