Click or drag to resize

IngestOptions Class

[Missing <summary> documentation for "T:Couchbase.Analytics.IngestOptions"]

Inheritance Hierarchy
SystemObject
  Couchbase.AnalyticsIngestOptions

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

The IngestOptions type exposes the following members.

Constructors
  NameDescription
Public methodIngestOptions
Initializes a new instance of the IngestOptions class
Top
Methods
  NameDescription
Public methodCancellationToken
An optional cancellation token to use for the query.
Public methodExpiry
The lifetime of the documents ingested by Couchbase. Overrides the default of zero (0) or infinite lifespan.
Public methodIdGenerator
Overrides the default Guid based key generator.
Public methodIngestMethod
The ingest method to use when ingesting into Couchbase. Insert, Replace and Upsert are supported.
Public methodTimeout
The maximum time for the query to run. Overrides the default timeout of 75s.
Top
See Also