Data.Cloud.CloudAPI.TCloudService.FQueryStartChar
[–] Properties | |
---|---|
Type: field | |
Visibility: protected | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudService |
Delphi
FQueryStartChar: Char;
C++
System::WideChar FQueryStartChar;
Description
Represents the character used to start the query string when building the StringToSign.
The character for Azure is '#10', as the query section begins on a new line. For other services, this can be '?', for example. The default is set to '?'.