Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionBucketBinding

    Bucket aliases allow JavaScript handlers to access Couchbase KV collections from the Data Service or KV.x

    Inheritance
    object
    EventingFunctionBucketBinding
    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
    [JsonConverter(typeof(EventingFunctionBucketBindingConverter))]
    public class EventingFunctionBucketBinding

    Properties

    | Edit this page View Source

    Access

    The bucket access level (read or read+write).

    Declaration
    public EventingFunctionBucketAccess Access { get; set; }
    Property Value
    Type Description
    EventingFunctionBucketAccess
    Remarks

    Required.

    | Edit this page View Source

    Alias

    Symbolic name used in code to refer to this binding.

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    Remarks

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

    | Edit this page View Source

    Name

    Declaration
    public EventingFunctionKeyspace Name { get; }
    Property Value
    Type Description
    EventingFunctionKeyspace
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.