JDBC Driver for Azure Table Storage

Build 24.0.9060

AuthScheme

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

Possible Values

AccessKey, SharedAccessSignature, 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 24.0.9060