Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionState

    Inheritance
    object
    EventingFunctionState
    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 class EventingFunctionState

    Properties

    | Edit this page View Source

    DeploymentStatus

    Declaration
    [JsonPropertyName("deployment_status")]
    [JsonConverter(typeof(EventingFunctionDeploymentStatusConverter))]
    public EventingFunctionDeploymentStatus DeploymentStatus { get; set; }
    Property Value
    Type Description
    EventingFunctionDeploymentStatus
    | Edit this page View Source

    Name

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

    NumBootstrappingNodes

    Declaration
    [JsonPropertyName("num_bootstrapping_nodes")]
    public int NumBootstrappingNodes { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NumDeployedNodes

    Declaration
    [JsonPropertyName("num_deployed_nodes")]
    public int NumDeployedNodes { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ProcessingStatus

    Declaration
    [JsonPropertyName("processing_status")]
    [JsonConverter(typeof(EventingFunctionProcessingStatusConverter))]
    public EventingFunctionProcessingStatus ProcessingStatus { get; set; }
    Property Value
    Type Description
    EventingFunctionProcessingStatus
    | Edit this page View Source

    Status

    Declaration
    [JsonPropertyName("composite_status")]
    [JsonConverter(typeof(EventingFunctionStatusConverter))]
    public EventingFunctionStatus Status { get; set; }
    Property Value
    Type Description
    EventingFunctionStatus
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.