Couchbase .NET SDK | 3.7.2
Search Results for

    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

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.