Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.AzureVersion

TElWinAzureDataStorage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the version of Azure API.

Declaration

[C#]
    string AzureVersion;

[VB.NET]
    Property AzureVersion As String

[Pascal]
    property AzureVersion : string;

[C++]
    void get_AzureVersion(std::string &OutResult);
    void set_AzureVersion(const std::string &Value);

[PHP]
    string get_AzureVersion()
    void set_AzureVersion(string $Value)

[Java]
    String getAzureVersion();
    void setAzureVersion(String Value);

Description

    This property allows to specify the version of Azure API to use across service requests. Leave this property empty to resort to the default version used by TElWinAzureDataStorage ('2009-09-19' as of April 2017, but may be changed in the future).
    The version string is of little importance as most of functionality (not to say all) used by the component falls within the scope of the oldest versions. Changing the version might make sense though if Microsoft stops supporting older versions in the future, or your specific service endpoint puts additional requirements on the version.

Discuss this help topic in SecureBlackbox Forum