Enum EventingFunctionDcpBoundary
Indicates where to start dcp stream from (beginning of time, present point) 'from_prior' is deprecated in 6.6.2.
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
public enum EventingFunctionDcpBoundary
Fields
Name | Description |
---|---|
Everything | Deploy for all data mutations available. |
FromNow | Deploy the handler to process only future data mutations, post deployment. |