Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class AnalyticsIndex

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

    Properties

    | Edit this page View Source

    DatasetName

    Declaration
    public string DatasetName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DataverseName

    Declaration
    public string DataverseName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsPrimary

    Declaration
    public bool IsPrimary { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.