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 |