IngestOptions Class |
[Missing <summary> documentation for "T:Couchbase.Analytics.IngestOptions"]
Namespace: Couchbase.Analytics
public class IngestOptions
The IngestOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| IngestOptions | Initializes a new instance of the IngestOptions class |
| Name | Description | |
|---|---|---|
| CancellationToken |
An optional cancellation token to use for the query.
| |
| Expiry |
The lifetime of the documents ingested by Couchbase. Overrides the default of zero (0) or infinite lifespan.
| |
| IdGenerator |
Overrides the default Guid based key generator.
| |
| IngestMethod |
The ingest method to use when ingesting into Couchbase. Insert, Replace and Upsert are supported.
| |
| Timeout |
The maximum time for the query to run. Overrides the default timeout of 75s.
|