Snapshots.LoadSnapshotsResult

  • The Snapshots.LoadSnapshotsResult interface is deprecated.

  • SnapshotMetadataBuffer is now returned directly in the SnapshotsClient.

  • This interface represents the result delivered after snapshot data has been loaded, with various possible status codes indicating success or different error conditions.

  • The getSnapshots() method returns the requested snapshot data as a SnapshotMetadataBuffer, which must be closed by the listener.

public static interface Snapshots.LoadSnapshotsResult implements Result Releasable

This interface is deprecated.
SnapshotMetadataBuffer is returned directly in the SnapshotsClient.

Result delivered when snapshot data has been loaded.

Possible status codes include:

Public Method Summary

abstract SnapshotMetadataBuffer
getSnapshots()
Returns the snapshot data that was requested.

Inherited Method Summary

Public Methods

public abstract SnapshotMetadataBuffer getSnapshots ()

Returns the snapshot data that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.