Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionConstantBinding

    These bindings are utilized by the Function’s JavaScript handler code as global variables.

    Inheritance
    object
    EventingFunctionConstantBinding
    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 EventingFunctionConstantBinding

    Properties

    | Edit this page View Source

    Alias

    The alias name of the constant binding.

    Declaration
    [JsonPropertyName("value")]
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Optional. The min length is 1 and the max is 20.

    | Edit this page View Source

    Literal

    The literal value bound to the alias name.

    Declaration
    [JsonPropertyName("literal")]
    public string Literal { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.