Snapshots.CommitSnapshotResult

public static interface Snapshots.CommitSnapshotResult implements Result

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

Result delivered when a snapshot has been committed. At this point, the snapshot's data may no longer be modified without being re-opened first.

Possible status codes include:

Public Method Summary

abstract SnapshotMetadata
getSnapshotMetadata()
Returns the metadata for the snapshot that was committed.

Inherited Method Summary

Public Methods

public abstract SnapshotMetadata getSnapshotMetadata ()

Returns the metadata for the snapshot that was committed. Note that the original Snapshot may no longer be used to write data.