Click or drag to resize

IngestOptionsIngestMethod Method

The ingest method to use when ingesting into Couchbase. Insert, Replace and Upsert are supported.

Namespace:  Couchbase.Analytics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public IngestOptions IngestMethod(
	IngestMethod ingestMethod
)

Parameters

ingestMethod
Type: Couchbase.AnalyticsIngestMethod

[Missing <param name="ingestMethod"/> documentation for "M:Couchbase.Analytics.IngestOptions.IngestMethod(Couchbase.Analytics.IngestMethod)"]

Return Value

Type: IngestOptions

[Missing <returns> documentation for "M:Couchbase.Analytics.IngestOptions.IngestMethod(Couchbase.Analytics.IngestMethod)"]

See Also