Click or drag to resize

SolidFireElementPurgeDeletedVolumes Method (Int64, Int64, Int64)

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 PurgeDeletedVolumesResult PurgeDeletedVolumes(
	long[] VolumeIDs = null,
	long[] AccountIDs = null,
	long[] VolumeAccessGroupIDs = null
)

Parameters

VolumeIDs (Optional)
Type: SystemInt64
AccountIDs (Optional)
Type: SystemInt64
VolumeAccessGroupIDs (Optional)
Type: SystemInt64

Return Value

Type: PurgeDeletedVolumesResult

Implements

ISolidFireElementPurgeDeletedVolumes(Int64, Int64, Int64)
See Also