Snapshots.CommitSnapshotResult

public static interfaceSnapshots.CommitSnapshotResultimplementsResult

This interface is deprecated.
SnapshotMetadata is returned directly in theSnapshotsClient.

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

Inherited Method Summary

Public Methods

public abstractSnapshotMetadata getSnapshotMetadata()

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