62797237b9
Update Azure SDK with release v16.2.1 Update Azure autorest SDK with release v10.8.1 Signed-off-by: Yu Wang <yuwa@microsoft.com> |
||
---|---|---|
.. | ||
appendblob.go | ||
authorization.go | ||
blob.go | ||
blobsasuri.go | ||
blobserviceclient.go | ||
blockblob.go | ||
client.go | ||
commonsasuri.go | ||
container.go | ||
copyblob.go | ||
directory.go | ||
entity.go | ||
file.go | ||
fileserviceclient.go | ||
leaseblob.go | ||
message.go | ||
odata.go | ||
pageblob.go | ||
queue.go | ||
queuesasuri.go | ||
queueserviceclient.go | ||
README.md | ||
share.go | ||
storagepolicy.go | ||
storageservice.go | ||
table.go | ||
table_batch.go | ||
tableserviceclient.go | ||
util.go |
Azure Storage SDK for Go (Preview)
❗ IMPORTANT: This package is in maintenance only and will be deprecated in the future. Consider using the new package for blobs currently in preview at github.com/Azure/azure-storage-blob-go. New Table, Queue and File packages are also in development.
The github.com/Azure/azure-sdk-for-go/storage
package is used to manage
Azure Storage data plane
resources: containers, blobs, tables, and queues.
To manage storage accounts use Azure Resource Manager (ARM) via the packages at github.com/Azure/azure-sdk-for-go/services/storage.
This package also supports the Azure Storage Emulator (Windows only).