Class EventingFunctionKeyspace
The key-space for an eventing function. May represent a source or meta-data key-space.
Inherited Members
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
public class EventingFunctionKeyspace
Properties
| Edit this page View SourceBucket
The bucket name.
Declaration
public string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
Collection
The collection name.
Declaration
public string Collection { get; }
Property Value
Type | Description |
---|---|
string |
Scope
The scope name.
Declaration
public string Scope { get; }
Property Value
Type | Description |
---|---|
string |