Data.Cloud.CloudAPI.TCloudService.FQueryParamKeyValueSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FQueryParamKeyValueSeparator: Char;

C++

System::WideChar FQueryParamKeyValueSeparator;

Properties

Type Visibility Source Unit Parent
field protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

Description

Represents the character to use to separate query parameter keys from their values.

FQueryParamKeyValueSeparator is only used when building the query string for the StringToSign. The default character is '=', but it can be anything else. For Azure, it is ':', for example.

See Also