Data.Cloud.CloudAPI.TCloudService.FQueryStartChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FQueryStartChar: Char;

C++

System::WideChar FQueryStartChar;

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 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 '?'.

See Also