Click or drag to resize

IngestOptions Methods

The IngestOptions type exposes the following members.

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