Click or drag to resize

SolidFireElementCreateGroupSnapshotAsync Method (CreateGroupSnapshotRequest, CancellationToken)

CreateGroupSnapshot enables you to create a point-in-time copy of a group of volumes. You can use this snapshot later as a backup or rollback to ensure the data on the group of volumes is consistent for the point in time that you created the snapshot. Note: Creating a group snapshot is 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<CreateGroupSnapshotResult> CreateGroupSnapshotAsync(
	CreateGroupSnapshotRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskCreateGroupSnapshotResult

Implements

ISolidFireElementCreateGroupSnapshotAsync(CreateGroupSnapshotRequest, CancellationToken)
See Also