• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Jan-2019-

README.mdH A D17-Jan-2019910 1913

appendblob.goH A D17-Jan-20193.3 KiB9259

authorization.goH A D17-Jan-20196.9 KiB247194

blob.goH A D17-Jan-201921.8 KiB633471

blobsasuri.goH A D17-Jan-20195.3 KiB175123

blobserviceclient.goH A D17-Jan-20195.6 KiB183125

blockblob.goH A D17-Jan-20198.9 KiB271163

client.goH A D17-Jan-201927.6 KiB990751

commonsasuri.goH A D17-Jan-20191 KiB3919

container.goH A D17-Jan-201920.2 KiB641448

copyblob.goH A D17-Jan-20198.3 KiB238165

directory.goH A D17-Jan-20197.7 KiB239146

entity.goH A D17-Jan-201913.4 KiB457346

file.goH A D17-Jan-201914.6 KiB481327

fileserviceclient.goH A D17-Jan-201910.5 KiB339240

leaseblob.goH A D17-Jan-20196.7 KiB202131

message.goH A D17-Jan-20195.1 KiB171123

odata.goH A D17-Jan-20191.4 KiB4821

pageblob.goH A D17-Jan-20197.1 KiB204134

queue.goH A D17-Jan-201913.3 KiB437315

queuesasuri.goH A D17-Jan-20194.3 KiB14797

queueserviceclient.goH A D17-Jan-20191.6 KiB4317

share.goH A D17-Jan-20197.1 KiB217130

storagepolicy.goH A D17-Jan-20192 KiB6233

storageservice.goH A D17-Jan-20193.2 KiB13292

table.goH A D17-Jan-201911.7 KiB420317

table_batch.goH A D17-Jan-201910.3 KiB329220

tableserviceclient.goH A D17-Jan-20196 KiB205143

util.goH A D17-Jan-20196.1 KiB245192

README.md

1# Azure Storage SDK for Go (Preview)
2
3:exclamation: IMPORTANT: This package is in maintenance only and will be deprecated in the
4future. Consider using the new package for blobs currently in preview at
5[github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go).
6New Table, Queue and File packages are also in development.
7
8The `github.com/Azure/azure-sdk-for-go/storage` package is used to manage
9[Azure Storage](https://docs.microsoft.com/en-us/azure/storage/) data plane
10resources: containers, blobs, tables, and queues.
11
12To manage storage *accounts* use Azure Resource Manager (ARM) via the packages
13at [github.com/Azure/azure-sdk-for-go/services/storage](https://github.com/Azure/azure-sdk-for-go/tree/master/services/storage).
14
15This package also supports the [Azure Storage
16Emulator](https://azure.microsoft.com/documentation/articles/storage-use-emulator/)
17(Windows only).
18
19