Snapshots.CommitSnapshotResult

  • The Snapshots.CommitSnapshotResult interface is deprecated.

  • After a snapshot is committed, its data can no longer be modified without being re-opened.

  • Possible status codes indicate the outcome of the commit attempt.

  • The getSnapshotMetadata method returns the metadata for the committed snapshot.

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.