![]() | IngestMethod Enumeration |
[Missing <summary> documentation for "T:Couchbase.Analytics.IngestMethod"]
Namespace: Couchbase.Analytics
public enum IngestMethod
Member name | Value | Description | |
---|---|---|---|
Insert | 0 | Insert the document, failing if it exists | |
Upsert | 1 | Inserts the document, updating it if it exists | |
Replace | 2 | Replaces and existing document, failing if does not exist |