DSAzure.TSignedIdentifier.CanonicalizedResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanonicalizedResource: String;

C++

System::UnicodeString __fastcall CanonicalizedResource();

Properties

Type Visibility Source Unit Parent
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TSignedIdentifier

Description

Returns a string in the format: Account/Resource.

CanonicalizedResource builds a string in the format: 'Account/Resource', where the value for Account and Resource are as they are passed in from the constructor. The account is the storage account name as held by the ConnectionString, and the resource is dependent on what you are currently working with, but could be a specific container's name, for example.

See Also