Couchbase .NET SDK __CB_SDK_VERSION__

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.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
[JsonConverter(typeof(EventingFunctionBucketBindingConverter))]
public class EventingFunctionBucketBinding

Constructors

View Source

EventingFunctionBucketBinding()

Declaration
public EventingFunctionBucketBinding()

Properties

View Source

Access

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

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

Required.

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.

View Source

Name

Declaration
public EventingFunctionKeyspace Name { get; }
Property Value
Type Description
EventingFunctionKeyspace
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.