Click or drag to resize

ISolidFireElementListSnapshotsAsync Method (CancellationToken, NullableInt64, NullableInt64)

ListSnapshots enables you to return the attributes of each snapshot taken on the volume. Information about snapshots that reside on the target cluster is displayed on the source cluster when this method is called from the source cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListSnapshotsResult> ListSnapshotsAsync(
	CancellationToken cancellationToken,
	Nullable<long> VolumeID = null,
	Nullable<long> SnapshotID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID (Optional)
Type: SystemNullableInt64
SnapshotID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskListSnapshotsResult
See Also