简体   繁体   English

适用于Java V8的Azure存储SDK是与表存储一起使用的最新版本吗?

[英]Is the Azure Storage SDK for Java V8 the latest version to work with Table Storage?

We are using the Azure Storage SDK for Java V8 in an application to access a simple table in a storage account with few lines, this version is failing the customer security scan, but the new version of the SDK doesn't seems to work with table storage, checking the documentation, it appears that the only way to use a table storage with the newest SDK is accessing through the Cosmos DB Table API. 我们正在应用程序中使用适用于Java V8的Azure存储SDK来访问存储帐户中包含几行的简单表,此版本未能使客户安全扫描失败,但是新版SDK似乎不适用于表存储,请查阅文档,似乎使用表存储和最新SDK的唯一方法是通过Cosmos DB表API进行访问。

The Azur Storage for Java SDK page ( https://github.com/azure/azure-storage-java ) shows only Blob and Queue components. 用于Java SDK的Azur存储页面( https://github.com/azure/azure-storage-java )仅显示Blob和Queue组件。 The Azure documentation is not clear on this but all samples point to V8 (or older) SDKs, like this sample https://github.com/Azure-Samples/storage-table-java-getting-started Azure文档尚不清楚,但是所有示例都指向V8(或更旧版本)SDK,例如此示例https://github.com/Azure-Samples/storage-table-java-getting-started

Is there any way to access a table storage in Java without using the Cosmos DB Table API or the outdated V8 SDK? 是否可以在不使用Cosmos DB Table API或过时的V8 SDK的情况下以Java方式访问表存储?

For now, Azure Tables And any client libraries for Table have actually moved over to the CosmosDB team ,and there are no plans to support them. 目前,Azure Tables和Table的所有客户端库实际上已经移交给CosmosDB团队,并且没有计划支持它们。

And about the table support issue in the github has been closed. 关于github中的表支持问题 ,已经关闭。

So if you want to use Table SDK with Java, you have to use the legacy SDK. 因此,如果要将Table SDK与Java一起使用,则必须使用旧版SDK。 Now you could only get the latest SDK for table is CosmosDB. 现在,您只能获得表的最新SDK是CosmosDB。

Hope this could help you, if you still have other questions,please let me know. 希望这对您有帮助,如果您还有其他问题,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM