TDV Adapter for Azure Table Storage

Build 24.0.8963

CData TDV Adapter for Azure Table Storage

Azure Tables Adapter

Azure Tables Version Support

The version support for Azure Tables varies based on the adapter configuration.

If Backend is set to CosmosDB, the adapter uses version 2019-02-02 of the Azure CosmosDB REST API.

If Backend is set to "AzureStack", "Storage", or "Emulator", then the API version used depends on the AuthScheme connection property:

  • AuthScheme=AzureAD: The adapter uses version 2017-11-09 of the Azure Storage REST API.
  • AuthScheme=AccessKey: The adapter uses version 2014-02-14 of the Azure Storage REST API.
  • AuthScheme=SharedAccessSignature: The adapter uses the version of the Azure Storage REST API that is specified in the "sv" parameter in the shared access key.
    • For example, if your shared access key has the value "sv=2018-03-28", the version used will be 2018-03-28.

SQL Compliance

The SQL Compliance section shows the SQL syntax supported by the adapter and points out any limitations.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963