TDV Adapter for Azure Table Storage

Build 23.0.8839

AuthScheme

The scheme used for authentication. Accepted entries are AccessKey, SharedAccessSignature and AzureAD.

Data Type

string

Default Value

"SharedAccessSignature"

Remarks

Together with Account, this field is used to authenticate against the service. The default is SharedAccessSignature:

  • AccessKey: Indicates authentication will be done via AccessKey and Account.
  • SharedAccessSignature: Indicates authentication will be done via SharedAccessSignature and Account. Generally Tables must also be set.
  • AzureAD: Indicates authentication will be done via Azure Active Directory OAuth.

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