iwita b9152718d2 new version 5 years ago
..
BUILD b9152718d2 new version 5 years ago
README.md b9152718d2 new version 5 years ago
appendblob.go b9152718d2 new version 5 years ago
authorization.go b9152718d2 new version 5 years ago
blob.go b9152718d2 new version 5 years ago
blobsasuri.go b9152718d2 new version 5 years ago
blobserviceclient.go b9152718d2 new version 5 years ago
blockblob.go b9152718d2 new version 5 years ago
client.go b9152718d2 new version 5 years ago
commonsasuri.go b9152718d2 new version 5 years ago
container.go b9152718d2 new version 5 years ago
copyblob.go b9152718d2 new version 5 years ago
directory.go b9152718d2 new version 5 years ago
entity.go b9152718d2 new version 5 years ago
file.go b9152718d2 new version 5 years ago
fileserviceclient.go b9152718d2 new version 5 years ago
leaseblob.go b9152718d2 new version 5 years ago
message.go b9152718d2 new version 5 years ago
odata.go b9152718d2 new version 5 years ago
pageblob.go b9152718d2 new version 5 years ago
queue.go b9152718d2 new version 5 years ago
queuesasuri.go b9152718d2 new version 5 years ago
queueserviceclient.go b9152718d2 new version 5 years ago
share.go b9152718d2 new version 5 years ago
storagepolicy.go b9152718d2 new version 5 years ago
storageservice.go b9152718d2 new version 5 years ago
table.go b9152718d2 new version 5 years ago
table_batch.go b9152718d2 new version 5 years ago
tableserviceclient.go b9152718d2 new version 5 years ago
util.go b9152718d2 new version 5 years ago

README.md

Azure Storage SDK for Go (Preview)

:exclamation: IMPORTANT: This package is in maintenance only and will be deprecated in the future. Please use one of the following packages instead.

Service Import Path/Repo
Storage - Blobs github.com/Azure/azure-storage-blob-go
Storage - Files github.com/Azure/azure-storage-file-go
Storage - Queues github.com/Azure/azure-storage-queue-go

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).