Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add methods to get blob versions and snapshots

ma3yta opened this issue · comments

let versions = blobClient.GetPreviousVersions();
let snapshots = blobClient.GetSnapshots();