Couchbase .NET SDK | 3.7.2
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Management.Eventing
    Assembly: Couchbase.NetClient.dll
    Syntax
    public abstract class FunctionOptionsBase

    Properties

    | Edit this page View Source

    ClientContextId

    The unique client context id of request.

    Declaration
    public string ClientContextId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RequestSpan

    An optional parent IRequestSpan for tracing.

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

    Timeout

    A TimeSpan representing the timeout duration.

    Declaration
    public TimeSpan Timeout { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page 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
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.