Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class FunctionOptionsBase

Base class for event function options.

Inheritance
object
FunctionOptionsBase
DeployFunctionOptions
DropFunctionOptions
FunctionsStatusOptions
GetAllFunctionOptions
GetFunctionOptions
PauseFunctionOptions
ResumeFunctionOptions
UndeployFunctionOptions
UpsertFunctionOptions
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 abstract class FunctionOptionsBase

Constructors

View Source

FunctionOptionsBase()

Declaration
protected FunctionOptionsBase()

Properties

View Source

ClientContextId

The unique client context id of request.

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

RequestSpan

An optional parent IRequestSpan for tracing.

Declaration
public IRequestSpan? RequestSpan { get; set; }
Property Value
Type Description
IRequestSpan
View Source

Timeout

A TimeSpan representing the timeout duration.

Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type Description
TimeSpan
View Source

Token

An optional CancellationToken which will use the default timeout if null.

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