Data.Cloud.CloudAPI.TCloudService.FQueryParamSeparator
Delphi
FQueryParamSeparator: Char;
C++
System::WideChar FQueryParamSeparator;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp |
Data.Cloud.CloudAPI | TCloudService |
Description
Represents the character used to separate query parameters from each other.
FQueryParamSeparator is only used when building the query string for the StringToSign. The default character is '&', but it can be anything else. It is '#10' in Azure, for example.