Storage Client Library for Table 1.0.0
2018.1 - version 1.0.0
- This module now only consists of functionalities to access Azure Storage Table Service.
- Creating Table Client using
Azure::Storage::Client.createis now deprecated. To create a Table client, users have to choose fromAzure::Storage::Table::TableService::create,Azure::Storage::Table::TableService::create_development, ``Azure::Storage::Table::TableService::create_from_env,Azure::Storage::Table::TableService::create_from_connection_string` or `Azure::Storage::Table::TableService.new`. The parameters remain unchanged. - Added support for Batch operation to perform a single
QueryEntityoperation. - Resolved an issue where users used connection string to initialize Table Service and use batch operation would fail.