Data.Cloud.AzureAPI.TAzureTableService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo);

C++

__fastcall TAzureTableService(TAzureConnectionInfo* ConnectionInfo);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureTableService

Description

Creates a new instance of TAzureTableService.

The Create constructor creates a new instance of the TAzureTableService class.

Create also sets the FUseCanonicalizedHeaders field to False.

The ConnectionInfo parameter specifies the connection information to use for issuing requests.

See Also