Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class AnalyticsWarning

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

Constructors

View Source

AnalyticsWarning()

Declaration
public AnalyticsWarning()

Properties

View Source

Code

Declaration
public int Code { get; set; }
Property Value
Type Description
int
View Source

Message

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