Click or drag to resize

IngestOptionsExpiry Method

The lifetime of the documents ingested by Couchbase. Overrides the default of zero (0) or infinite lifespan.

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

Parameters

expiry
Type: SystemTimeSpan

[Missing <param name="expiry"/> documentation for "M:Couchbase.Analytics.IngestOptions.Expiry(System.TimeSpan)"]

Return Value

Type: IngestOptions

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

See Also