Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class EventingStatus

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

Constructors

View Source

EventingStatus()

Declaration
public EventingStatus()

Properties

View Source

Functions

Declaration
[JsonPropertyName("apps")]
public List<EventingFunctionState> Functions { get; set; }
Property Value
Type Description
List<EventingFunctionState>
View Source

NumEventingNodes

Declaration
[JsonPropertyName("num_eventing_nodes")]
public int NumEventingNodes { get; set; }
Property Value
Type Description
int
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.