Click or drag to resize

SolidFireElementListSnapshots Method (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#
public ListSnapshotsResult ListSnapshots(
	Nullable<long> VolumeID = null,
	Nullable<long> SnapshotID = null
)

Parameters

VolumeID (Optional)
Type: SystemNullableInt64
SnapshotID (Optional)
Type: SystemNullableInt64

Return Value

Type: ListSnapshotsResult

Implements

ISolidFireElementListSnapshots(NullableInt64, NullableInt64)
See Also