Class EventingFunctionBucketBinding
Bucket aliases allow JavaScript handlers to access Couchbase KV collections from the Data Service or KV.x
Inherited Members
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
[JsonConverter(typeof(EventingFunctionBucketBindingConverter))]
public class EventingFunctionBucketBinding
Properties
| Edit this page View SourceAccess
The bucket access level (read or read+write).
Declaration
public EventingFunctionBucketAccess Access { get; set; }
Property Value
Type | Description |
---|---|
EventingFunctionBucketAccess |
Remarks
Required.
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.
Name
Declaration
public EventingFunctionKeyspace Name { get; }
Property Value
Type | Description |
---|---|
EventingFunctionKeyspace |