Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AnalyticsDataset

Inheritance
object
AnalyticsDataset
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 AnalyticsDataset

Constructors

View Source

AnalyticsDataset()

Declaration
public AnalyticsDataset()

Properties

View Source

BucketName

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

DataverseName

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

LinkName

Declaration
public string LinkName { get; set; }
Property Value
Type Description
string
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.