Class FunctionOptionsBase
Base class for event function options.
Inheritance
FunctionOptionsBase
Inherited Members
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class FunctionOptionsBase
Properties
| Edit this page View SourceClientContextId
The unique client context id of request.
Declaration
public string ClientContextId { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestSpan
An optional parent IRequestSpan for tracing.
Declaration
public IRequestSpan? RequestSpan { get; set; }
Property Value
Type | Description |
---|---|
IRequestSpan |
Timeout
A TimeSpan representing the timeout duration.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Token
An optional CancellationToken which will use the default timeout if null.
Declaration
public CancellationToken Token { get; set; }
Property Value
Type | Description |
---|---|
CancellationToken |