Table of Contents

Namespace System.Azure.Storage

Namespace

Name Summary
System.Azure.Storage.Files

Codeunit

Name Summary
Codeunit System.Azure.Storage."ABS Blob Client" Provides functionality for using operations on blobs in Azure Blob storage.
Codeunit System.Azure.Storage."ABS Container Client" Provides functionality to use operations on containers in Azure BLOB Services.
Codeunit System.Azure.Storage."ABS Operation Response" Holder object for holding for ABS client operations result.
Codeunit System.Azure.Storage."Storage Service Authorization" Exposes methods to create different kinds of authorizations for HTTP Request made to Azure Storage Services.
Codeunit System.Azure.Storage."ABS Optional Parameters" Holder for the optional Azure Blob Storage HTTP headers and URL parameters.

Table

Name Summary
Table System.Azure.Storage."ABS Container" Holds information about containers in a storage account.
Table System.Azure.Storage."ABS Container Content" Holds information about container content in a storage account.
Table System.Azure.Storage."SAS Parameters" Optional parameters for Shared Access Signature authorization for Azure Storage Services. see: https://go.microsoft.com/fwlink/?linkid=2210398

Enum

Name Summary
Enum System.Azure.Storage."Storage Service API Version" Defines the available API versions for Azure Storage Services. See: https://go.microsoft.com/fwlink/?linkid=2210598
Enum System.Azure.Storage."ABS Blob Access Tier" Azure storage offers different access tiers. Azure Blog storage offers access tiers that let you manage the cost of storing large amounts of unstructured data, such as text or binary data.allowing you to store blob object data in the most cost-effective manner. See: https://go.microsoft.com/fwlink/?linkid=2210394
Enum System.Azure.Storage."ABS Blob Expiry Option" See https://go.microsoft.com/fwlink/?linkid=2211406
Enum System.Azure.Storage."ABS Blob Public Access" Indicator of whether data in the container may be accessed publicly and the level of access.
Enum System.Azure.Storage."ABS Blob Resource Type" Indicator of what type the resource is.
Enum System.Azure.Storage."ABS Block List Type" Specifies whether to return the list of committed blocks, the list of uncommitted blocks, or both lists together
Enum System.Azure.Storage."ABS Rehydrate Priority" Indicates the priority with which to rehydrate an archived blob. The priority can be set on a blob only one time. This header will be ignored on subsequent requests to the same blob. The default priority without this header is Standard.
Enum System.Azure.Storage."SAS Permission" Defines the possible permissions for account SAS. See: https://go.microsoft.com/fwlink/?linkid=2211413
Enum System.Azure.Storage."SAS Resource Type" Defines the possible resource types for account SAS. See: https://go.microsoft.com/fwlink/?linkid=2210398
Enum System.Azure.Storage."SAS Service Type" Defines the possible service types for account SAS More Information: https://go.microsoft.com/fwlink/?linkid=2210398

Interface

Name Summary
Interface System.Azure.Storage."Storage Service Authorization" Common interface for different authorization options.