IAzureCosmosDbPurgeExpiredItems Method

Purges all soft deleted items from the database whose time period has expired.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task PurgeExpiredItems(
	Guid processId,
	CancellationToken cancellationToken = default
)

Parameters

processId  Guid
ID of the LifeCycle that is running this process.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

Task
Task completion

See Also