DSAzure.TAzureTableService

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TAzureTableService = class(TAzureService)

C++

class PASCALIMPLEMENTATION TAzureTableService : public TAzureService

Properties

Type Visibility Source Unit Parent
class public
DSAzure.pas
DSAzure.hpp
DSAzure DSAzure

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