Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum IngestMethod

Namespace: Couchbase.Analytics
Assembly: Couchbase.NetClient.dll
Syntax
public enum IngestMethod

Fields

Name Description
Insert

Insert the document, failing if it exists

Replace

Replaces and existing document, failing if does not exist

Upsert

Inserts the document, updating it if it exists

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