DSAzure.TAzureTableService

From RAD Studio API Documentation
Jump to: navigation, search

DSAzure.TAzureServiceSystem.TObjectTAzureTableService
[–] Properties
Type: class
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: DSAzure

Delphi

TAzureTableService = class(TAzureService)

C++

class PASCALIMPLEMENTATION TAzureTableService : public TAzureService

Description

API for working with a Microsoft Azure table service.

TAzureTableService provides functions specific to interacting with the table service, such as adding, deleting, editing, and viewing tables and their rows of data.

See Also