DSAzure
Defines the API used in Microsoft Azure Blob API, Microsoft Azure Queue API, and Microsoft Azure Table API.
Package | AzureCloud280.bpl |
---|
Classes
TAzureBlobService | API for working with a Microsoft Azure blob service. |
TAzureConnectionString | Holds connection information for a service account. |
TAzureHTTP | Provides HTTP client functionality. |
TAzureQueueService | API for working with a Microsoft Azure queue service. |
TAzureService | Base class for Microsoft Azure REST API. |
TAzureTableService | API for working with a Microsoft Azure table service. |
TSharedKeyAuthorization | Holds account information and handles authorization. |
TSignedIdentifier | Represents a Signed Identifier as required by the Microsoft Azure api. |
Types
TAccessPolicy | Represents permissions for a blob container. |
TAccessPolicyArray | Represents an array of permissions for a blob container. |
Constants
BlobPublicAccessBlob | BlobPublicAccessBlob: string = blob; |
BlobPublicAccessContainer | BlobPublicAccessContainer: string = container; |