Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class SearchIndex

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

    Properties

    | Edit this page View Source

    Name

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

    Params

    Declaration
    [JsonProperty("params", NullValueHandling = NullValueHandling.Ignore)]
    public Dictionary<string, dynamic> Params { get; set; }
    Property Value
    Type Description
    Dictionary<string, dynamic>
    | Edit this page View Source

    PlanParams

    Declaration
    [JsonProperty("planParams", NullValueHandling = NullValueHandling.Ignore)]
    public Dictionary<string, dynamic> PlanParams { get; set; }
    Property Value
    Type Description
    Dictionary<string, dynamic>
    | Edit this page View Source

    SourceName

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

    SourceParams

    Declaration
    [JsonProperty("sourceParams", NullValueHandling = NullValueHandling.Ignore)]
    public Dictionary<string, dynamic> SourceParams { get; set; }
    Property Value
    Type Description
    Dictionary<string, dynamic>
    | Edit this page View Source

    SourceType

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

    SourceUuid

    Declaration
    [JsonProperty("sourceUuid", NullValueHandling = NullValueHandling.Ignore)]
    public string SourceUuid { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

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

    Uuid

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