Click or drag to resize

ISolidFireElementPurgeDeletedVolumes Method (PurgeDeletedVolumesRequest)

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#
PurgeDeletedVolumesResult PurgeDeletedVolumes(
	PurgeDeletedVolumesRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiPurgeDeletedVolumesRequest

Return Value

Type: PurgeDeletedVolumesResult
See Also