Data.Cloud.CloudAPI.TCloudService.FUseCanonicalizedResource

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

FUseCanonicalizedResource: Boolean;

C++

bool FUseCanonicalizedResource;

Description

Specifies whether to add query parameters to the StringToSign when building it.

FUseCanonicalizedResource is set to True to add query parameters to the StringToSign when building it, and to False otherwise.

See Also