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

..03-May-2022-

recordings/H02-Sep-2021-29,88029,750

README.mdH A D02-Sep-20211.1 KiB2316

appendblob.goH A D02-Sep-20212.8 KiB8058

appendblob_test.goH A D02-Sep-20213.3 KiB13394

authorization.goH A D02-Sep-20216.5 KiB236194

authorization_test.goH A D02-Sep-20219.5 KiB249203

blob.goH A D02-Sep-202121.4 KiB622471

blob_test.goH A D02-Sep-202115.7 KiB570446

blobsasuri.goH A D02-Sep-20215.3 KiB169126

blobsasuri_test.goH A D02-Sep-20216.9 KiB226183

blobserviceclient.goH A D02-Sep-20215.2 KiB176129

blockblob.goH A D02-Sep-202110.1 KiB301188

blockblob_test.goH A D02-Sep-20214.9 KiB182134

client.goH A D02-Sep-202130.4 KiB1,062817

client_test.goH A D02-Sep-202120.5 KiB684549

commonsasuri.goH A D02-Sep-2021575 2819

container.goH A D02-Sep-202119.8 KiB630448

container_test.goH A D02-Sep-202120.8 KiB712503

copyblob.goH A D02-Sep-20217.8 KiB227165

copyblob_test.goH A D02-Sep-20215 KiB175124

directory.goH A D02-Sep-20217.2 KiB228146

directory_test.goH A D02-Sep-20214.6 KiB173116

entity.goH A D02-Sep-202113.3 KiB456356

entity_test.goH A D02-Sep-202117.7 KiB555441

file.goH A D02-Sep-202114.3 KiB474327

file_test.goH A D02-Sep-202111.5 KiB407288

fileserviceclient.goH A D02-Sep-202110.1 KiB328240

leaseblob.goH A D02-Sep-20216.3 KiB191131

leaseblob_test.goH A D02-Sep-20216.2 KiB215162

message.goH A D02-Sep-20214.8 KiB161124

message_test.goH A D02-Sep-20212.4 KiB8360

odata.goH A D02-Sep-20211 KiB3822

pageblob.goH A D02-Sep-20216.7 KiB193134

pageblob_test.goH A D02-Sep-20215 KiB183139

queue.goH A D02-Sep-202112.9 KiB426315

queue_test.goH A D02-Sep-202111.3 KiB365299

queuesasuri.goH A D02-Sep-20213.9 KiB13697

queuesasuri_test.goH A D02-Sep-20213.1 KiB11188

queueserviceclient.goH A D02-Sep-20211.2 KiB3217

share.goH A D02-Sep-20216.7 KiB206130

share_test.goH A D02-Sep-20215.4 KiB210154

storagepolicy.goH A D02-Sep-20211.6 KiB5133

storageservice.goH A D02-Sep-20213.6 KiB140105

storageservice_test.goH A D02-Sep-20212.3 KiB10082

table.goH A D02-Sep-202111.4 KiB413321

table_batch.goH A D02-Sep-20219.7 KiB315219

table_batch_test.goH A D02-Sep-20216.4 KiB222176

table_test.goH A D02-Sep-20216.5 KiB213160

tableserviceclient.goH A D02-Sep-20215.5 KiB194143

util.goH A D02-Sep-20216.1 KiB250204

util_test.goH A D02-Sep-20215.5 KiB204175

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. Please use one of the following packages instead.
5
6| Service | Import Path/Repo |
7|---------|------------------|
8| Storage - Blobs | [github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go) |
9| Storage - Files | [github.com/Azure/azure-storage-file-go](https://github.com/Azure/azure-storage-file-go) |
10| Storage - Queues | [github.com/Azure/azure-storage-queue-go](https://github.com/Azure/azure-storage-queue-go) |
11
12The `github.com/Azure/azure-sdk-for-go/storage` package is used to manage
13[Azure Storage](https://docs.microsoft.com/azure/storage/) data plane
14resources: containers, blobs, tables, and queues.
15
16To manage storage *accounts* use Azure Resource Manager (ARM) via the packages
17at [github.com/Azure/azure-sdk-for-go/services/storage](https://github.com/Azure/azure-sdk-for-go/tree/main/services/storage).
18
19This package also supports the [Azure Storage
20Emulator](https://azure.microsoft.com/documentation/articles/storage-use-emulator/)
21(Windows only).
22
23