Registry / cloud / azure-azure-sdk-for-go-sdk-data-aztables

azure-azure-sdk-for-go-sdk-data-aztables

JSON →
library1.4.1gogounverified

Package aztables can access an Azure Storage or CosmosDB account.

go get github.com/Azure/azure-sdk-for-go/sdk/data/aztables
INSTALL
IMPORT
SIG · AZURE-AZURE-SDK-FO
A
azure-azure-sdk-for-go-sdk-data-aztables
cloudgov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aztables
github.com/Azure/azure-sdk-for-go/sdk/data/aztables

Create a service client for Azure Table Storage.

package main import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go/sdk/data/aztables" ) func main() { cred, _ := aztables.NewSharedKeyCredential("accountName", "accountKey") client, _ := aztables.NewServiceClientWithSharedKey("https://myaccount.table.core.windows.net", cred, nil) fmt.Println(client) }
Debug
Known issues
breakingBreaking changes between major versions; ensure you use v1.x API.
fix
Check the module version and update import paths accordingly.
affects: >=1.0.0
Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
azure-azure-sdk-for-go-sdk-data-aztables — go get azure-azure-sdk-for-go-sdk-data-aztables · libregistry