Click or drag to resize

SolidFireElementDeleteSnapshot Method (Int64)

DeleteSnapshot enables you to delete a snapshot. A snapshot that is currently the "active" snapshot cannot be deleted. You must rollback and make another snapshot "active" before the current snapshot can be deleted. For more details on rolling back snapshots, see RollbackToSnapshot.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public DeleteSnapshotResult DeleteSnapshot(
	long SnapshotID
)

Parameters

SnapshotID
Type: SystemInt64

Return Value

Type: DeleteSnapshotResult

Implements

ISolidFireElementDeleteSnapshot(Int64)
See Also