Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ManagerSpan.Eventing

Inheritance
object
OuterRequestSpans.ManagerSpan.Eventing
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public static class OuterRequestSpans.ManagerSpan.Eventing

Fields

View Source

DeployFunction

Declaration
public const string DeployFunction = "manager_eventing_deploy_function"
Field Value
Type Description
string
View Source

DropFunction

Declaration
public const string DropFunction = "manager_eventing_drop_function"
Field Value
Type Description
string
View Source

FunctionsStatus

Declaration
public const string FunctionsStatus = "manager_eventing_functions_status"
Field Value
Type Description
string
View Source

GetAllFunctions

Declaration
public const string GetAllFunctions = "manager_eventing_get_all_functions"
Field Value
Type Description
string
View Source

GetFunction

Declaration
public const string GetFunction = "manager_eventing_get_function"
Field Value
Type Description
string
View Source

PauseFunction

Declaration
public const string PauseFunction = "manager_eventing_pause_function"
Field Value
Type Description
string
View Source

ResumeFunction

Declaration
public const string ResumeFunction = "manager_eventing_resume_function"
Field Value
Type Description
string
View Source

UndeployFunction

Declaration
public const string UndeployFunction = "manager_eventing_undeploy_function"
Field Value
Type Description
string
View Source

UpsertFunction

Declaration
public const string UpsertFunction = "manager_eventing_upsert_function"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.