Click or drag to resize

SolidFireElementRollbackToGroupSnapshotAsync Method (CancellationToken, Int64, Boolean, String, Hashtable)

RollbackToGroupSnapshot enables you to roll back all individual volumes in a snapshot group to each volume's individual snapshot. Note: Rolling back to a group snapshot creates a temporary snapshot of each volume within the group snapshot. Snapshots are allowed if cluster fullness is at stage 2 or 3. Snapshots are not created when cluster fullness is at stage 4 or 5.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<RollbackToGroupSnapshotResult> RollbackToGroupSnapshotAsync(
	CancellationToken cancellationToken,
	long GroupSnapshotID,
	bool SaveCurrentState,
	string Name = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
GroupSnapshotID
Type: SystemInt64
SaveCurrentState
Type: SystemBoolean
Name (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: TaskRollbackToGroupSnapshotResult

Implements

ISolidFireElementRollbackToGroupSnapshotAsync(CancellationToken, Int64, Boolean, String, Hashtable)
See Also