Click or drag to resize

SolidFireElementPurgeDeletedVolumesAsync Method (PurgeDeletedVolumesRequest, CancellationToken)

PurgeDeletedVolumes immediately and permanently purges volumes that have been deleted. You can use this method to purge up to 500 volumes at one time. You must delete volumes using DeleteVolumes before they can be purged. Volumes are purged by the system automatically after a period of time, so usage of this method is not typically required.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<PurgeDeletedVolumesResult> PurgeDeletedVolumesAsync(
	PurgeDeletedVolumesRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiPurgeDeletedVolumesRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskPurgeDeletedVolumesResult

Implements

ISolidFireElementPurgeDeletedVolumesAsync(PurgeDeletedVolumesRequest, CancellationToken)
See Also