Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AnalyticsIndex

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

Constructors

View Source

AnalyticsIndex()

Declaration
public AnalyticsIndex()

Properties

View Source

DatasetName

Declaration
public string DatasetName { get; set; }
Property Value
Type Description
string
View Source

DataverseName

Declaration
public string DataverseName { get; set; }
Property Value
Type Description
string
View Source

IsPrimary

Declaration
public bool IsPrimary { get; set; }
Property Value
Type Description
bool
View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.