Skip to content

Commit

Permalink
Merge pull request Azure#39 from jofriedm-msft/dev
Browse files Browse the repository at this point in the history
exposing get snapshot to CloudFileShare
  • Loading branch information
jofriedm-msft authored Apr 11, 2017
2 parents 7a36530 + 348a92e commit cabef70
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,15 @@ public URI getUri() {
return this.storageUri.getPrimaryUri();
}

/**
* Returns the snapshotID for this share.
*
* @return The snapshotID as a string for this share.
*/
public final String getSnapshot() {
return this.snapshotID;
}

/**
* Indicates whether this share is a snapshot.
*
Expand Down

0 comments on commit cabef70

Please sign in to comment.