Interface | Description |
---|---|
ICredentials |
Credentials represent any credential type
it is used to create a credential policy Factory.
|
IProgressReceiver |
Class | Description |
---|---|
AccountSASPermission |
Represents possible permissions to be used for an Account SAS.
|
AccountSASResourceType |
Specifies the set of possible resource types for an account shared access account policy.
|
AccountSASService |
Represents possible services to be used for an Account SAS.
|
AccountSASSignatureValues |
AccountSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage account.
|
AnonymousCredentials |
Anonymous credentials are to be used with with HTTP(S) requests
that read blobs from public containers or requests that use a
Shared Access Signature (SAS).
|
AppendBlobAccessConditions |
Access conditions specific to append blobs.
|
AppendBlobURL |
Represents a URL to a append blob.
|
BlobAccessConditions |
Optional access conditions which are specific to blobs.
|
BlobHTTPHeaders |
Blob HTTP headers for getting and setting blob properties.
|
BlobListingDetails |
Details indicating what additional information the service should return with each blob.
|
BlobRange |
A representation of a range of bytes to retrieve from a blob.
|
BlobSASPermission |
Specifies the set of possible permissions for a blob shared access policy.
|
BlobURL |
Represents a URL to an Azure Storage blob; the blob may be a block blob, append blob, or page blob.
|
BlobURLParts |
A BlobURLParts object represents the components that make up an Azure Storage Container/Blob URL.
|
BlockBlobURL |
Represents a URL to a block blob.
|
CommonRestResponse |
A generic wrapper for any type of blob REST API response.
|
ContainerAccessConditions |
Access conditions specific to containers
|
ContainerListingDetails |
Details indicating what additional information the service should return with each container.
|
ContainerSASPermission |
Specifies the set of possible permissions for a container shared access policy.
|
ContainerURL |
Represents a URL to the Azure Storage container allowing you to manipulate its blobs.
|
ETag |
A HTTP Entity Tag
|
Highlevel | |
Highlevel.UploadToBlockBlobOptions | |
HTTPAccessConditions |
HTTP Access Conditions.
|
IPRange |
A continuous range of IP addresses.
|
LeaseAccessConditions |
Access conditions specific to leases on storage objects.
|
ListBlobsOptions |
Defines options available when calling ListBlobs.
|
ListContainersOptions |
Defines options available when calling listContainers.
|
LoggingFactory |
Factory for logging requests and responses.
|
LoggingOptions |
Options to configure the
LoggingFactory . |
Metadata |
Contains metadata key/value pairs
|
PageBlobAccessConditions | |
PageBlobURL |
Represents a URL to a page blob.
|
PipelineOptions | |
RequestIDFactory |
Factory to create a unique request ID and set the x-ms-client-request-id header.
|
RequestRetryFactory |
Factory for retrying requests.
|
RequestRetryOptions |
Options for retrying requests
|
SASQueryParameters |
Represents the components that make up an Azure Storage SAS' query parameters.
|
ServiceSASSignatureValues | |
ServiceURL |
Represents a URL to an Azure Storage Blob Service.
|
SharedKeyCredentials | |
StorageURL |
Represents a URL to a Azure storage object.
|
TelemetryFactory |
Used to add telemetry to outgoing HTTP requests.
|
TelemetryOptions |
Configures the telemetry policy's behavior.
|
TokenCredentials |
TokenCredentials is a
HttpPipeline and is the TokenCredential's policy factory. |
URLParser |
A class used to conveniently parse URLs into
BlobURLParts to modify the components of the URL. |
Enum | Description |
---|---|
RetryPolicyType | |
SASProtocol |
Specifies the set of possible permissions for a shared access signature protocol.
|