Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.