Click or drag to resize

DocumentExpireAfter Method

Sets an interval to wait before expiring the document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void ExpireAfter(
	TimeSpan timeInterval
)

Parameters

timeInterval
Type: SystemTimeSpan
The time to wait before expiring the document and making it eligible for auto-purging.
See Also