File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ Azure Cosmos DB for Table and Azure Table Storage share the same table data mode
28
28
29
29
The following SDK packages work with both the Azure Cosmos DB for Table and Table Storage.
30
30
31
- - ** .NET** . Use the [ Azure.Data.Tables] ( https://www.nuget.org/packages/Azure.Data.Tables/ ) available on NuGet.
32
-
33
- - ** Python** . Use the [ azure-data-tables] ( https://pypi.org/project/azure-data-tables/ ) available from PyPi.
34
-
35
- - ** JavaScript/TypeScript** . Use the [ @azure/data-tables ] ( https://www.npmjs.com/package/@azure/data-tables ) package available on npm.js.
36
-
37
- - ** Java** . Use the [ azure-data-tables] ( https://mvnrepository.com/artifact/com.azure/azure-data-tables/12.0.0 ) package available on Maven.
31
+ | Language | Package | Source Code |
32
+ | --- | --- | --- |
33
+ | ** .NET** | [ NuGet \| Azure.Data.Tables] ( https://www.nuget.org/packages/Azure.Data.Tables/ ) | [ azure-sdk-for-net/sdk/tables/Azure.Data.Tables] ( https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/tables/Azure.Data.Tables ) |
34
+ | ** Python** | [ PyPI \| azure-data-tables] ( https://pypi.org/project/azure-data-tables/ ) | [ azure-sdk-for-python/sdk/tables/azure-data-tables] ( https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables ) |
35
+ | ** JavaScript/TypeScript** | [ npm \| @azure/data-tables ] ( https://www.npmjs.com/package/@azure/data-tables ) | [ azure-sdk-for-js/sdk/tables/data-tables] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables ) |
36
+ | ** Java** | [ Maven \| azure-data-tables] ( https://mvnrepository.com/artifact/com.azure/azure-data-tables ) | [ azure-sdk-for-java/sdk/tables/azure-data-tables] ( https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/tables/azure-data-tables ) |
37
+ | ** Go** | [ pkg.go.dev \| aztables] ( https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/aztables ) | [ azure-sdk-for-go/sdk/data/aztables] ( https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/data/aztables ) |
38
+ | ** C++** | [ vcpkg \| azure-data-tables-cpp] ( https://vcpkg.io/en/package/azure-data-tables-cpp ) | [ azure-sdk-for-cpp/sdk/tables/azure-data-tables] ( https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/tables/azure-data-tables ) |
38
39
39
40
### Prior releases
40
41
You can’t perform that action at this time.
0 commit comments