documentation
.HELP!
Storage Client Library NET API Documentation
Class Library
Storage Client Library NET API
previous page
next page
Class Library
Collapse All
Expand All
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See
Storage Client Library
for the latest version.]
Namespaces
Namespace
Microsoft.WindowsAzure
Microsoft.WindowsAzure.StorageClient
Microsoft.WindowsAzure.StorageClient.Protocol
previous page
start
next page
Menu
Homepage
Table of contents
Storage Client Library (June 2012 and earlier)
Microsoft.WindowsAzure
CloudStorageAccount Class
CloudStorageAccount Members
CloudStorageAccount Constructor
CloudStorageAccount Constructor (StorageCredentials, Uri, Uri, Uri)
CloudStorageAccount Constructor (StorageCredentialsAccountAndKey, Boolean)
CloudStorageAccount Methods
FromConfigurationSetting Method
Parse Method
SetConfigurationSettingPublisher Method
ToString Method
ToString Method ()
ToString Method (Boolean)
TryParse Method
CloudStorageAccount Properties
BlobEndpoint Property
Credentials Property
DevelopmentStorageAccount Property
QueueEndpoint Property
TableEndpoint Property
StorageCredentials Class
StorageCredentials Members
StorageCredentials Constructor
StorageCredentials Methods
ComputeHmac Method
ComputeHmac512 Method
SignRequest Method
SignRequestLite Method
ToString Method
TransformUri Method
StorageCredentials Properties
AccountName Property
CanComputeHmac Property
CanSignRequest Property
CanSignRequestLite Property
NeedsTransformUri Property
StorageCredentialsAccountAndKey Class
StorageCredentialsAccountAndKey Members
StorageCredentialsAccountAndKey Constructor
StorageCredentialsAccountAndKey Constructor (String, Byte[])
StorageCredentialsAccountAndKey Constructor (String, String)
StorageCredentialsAccountAndKey Methods
ComputeHmac Method
ComputeHmac512 Method
SignRequest Method
SignRequestLite Method
ToString Method
TransformUri Method
StorageCredentialsAccountAndKey Properties
AccountName Property
CanComputeHmac Property
CanSignRequest Property
CanSignRequestLite Property
Credentials Property
NeedsTransformUri Property
SigningAccountName Property
StorageCredentialsSharedAccessSignature Class
StorageCredentialsSharedAccessSignature Members
StorageCredentialsSharedAccessSignature Constructor
StorageCredentialsSharedAccessSignature Methods
ComputeHmac Method
ComputeHmac512 Method
SignRequest Method
SignRequestLite Method
ToString Method
TransformUri Method
StorageCredentialsSharedAccessSignature Properties
AccountName Property
CanComputeHmac Property
CanSignRequest Property
CanSignRequestLite Property
NeedsTransformUri Property
Microsoft.WindowsAzure.StorageClient
AccessCondition Structure
AccessCondition Members
AccessCondition Fields
None Field
AccessCondition Methods
IfMatch Method
IfModifiedSince Method
IfNoneMatch Method
IfNotModifiedSince Method
BlobAttributes Class
BlobAttributes Members
BlobAttributes Constructor
BlobAttributes Constructor ()
BlobAttributes Constructor (BlobAttributes)
BlobAttributes Methods
BlobAttributes Properties
Metadata Property
Properties Property
Snapshot Property
Uri Property
BlobContainerAttributes Class
BlobContainerAttributes Members
BlobContainerAttributes Constructor
BlobContainerAttributes Methods
BlobContainerAttributes Properties
Metadata Property
Name Property
Properties Property
Uri Property
BlobContainerPermissions Class
BlobContainerPermissions Members
BlobContainerPermissions Constructor
BlobContainerPermissions Methods
BlobContainerPermissions Properties
PublicAccess Property
SharedAccessPolicies Property
BlobContainerProperties Class
BlobContainerProperties Members
BlobContainerProperties Constructor
BlobContainerProperties Methods
BlobContainerProperties Properties
ETag Property
LastModifiedUtc Property
BlobContainerPublicAccessType Enumeration
BlobErrorCodeStrings Class
BlobErrorCodeStrings Members
BlobErrorCodeStrings Fields
BlobAlreadyExists Field
BlobNotFound Field
InvalidBlobOrBlock Field
InvalidBlockId Field
InvalidBlockList Field
BlobListingDetails Enumeration
BlobProperties Class
BlobProperties Members
BlobProperties Constructor
BlobProperties Constructor ()
BlobProperties Constructor (BlobProperties)
BlobProperties Methods
BlobProperties Properties
BlobType Property
CacheControl Property
ContentEncoding Property
ContentLanguage Property
ContentMD5 Property
ContentType Property
ETag Property
LastModifiedUtc Property
LeaseStatus Property
Length Property
BlobRequestOptions Class
BlobRequestOptions Members
BlobRequestOptions Constructor
BlobRequestOptions Constructor ()
BlobRequestOptions Constructor (BlobRequestOptions)
BlobRequestOptions Methods
BlobRequestOptions Properties
AccessCondition Property
BlobListingDetails Property
CopySourceAccessCondition Property
DeleteSnapshotsOption Property
RetryPolicy Property
Timeout Property
UseFlatBlobListing Property
BlobStream Class
BlobStream Members
BlobStream Constructor
BlobStream Methods
Abort Method
BeginCommit Method
Commit Method
EndCommit Method
BlobStream Properties
Blob Property
BlockSize Property
IntegrityControlVerificationEnabled Property
ReadAheadSize Property
BlobType Enumeration
BlockListingFilter Enumeration
CloudBlob Class
CloudBlob Members
CloudBlob Constructor
CloudBlob Constructor (CloudBlob)
CloudBlob Constructor (String)
CloudBlob Constructor (String, CloudBlobClient)
CloudBlob Constructor (String, StorageCredentials)
CloudBlob Constructor (String, Nullable, CloudBlobClient)
CloudBlob Constructor (String, Nullable, StorageCredentials)
CloudBlob Methods
BeginCopyFromBlob Method
BeginCopyFromBlob Method (CloudBlob, BlobRequestOptions, AsyncCallback, Object)
BeginCopyFromBlob Method (CloudBlob, AsyncCallback, Object)
BeginCreateSnapshot Method
BeginCreateSnapshot Method (BlobRequestOptions, AsyncCallback, Object)
BeginCreateSnapshot Method (AsyncCallback, Object)
BeginCreateSnapshot Method (NameValueCollection, BlobRequestOptions, AsyncCallback, Object)
BeginDelete Method
BeginDelete Method (BlobRequestOptions, AsyncCallback, Object)
BeginDelete Method (AsyncCallback, Object)
BeginDeleteIfExists Method
BeginDeleteIfExists Method (BlobRequestOptions, AsyncCallback, Object)
BeginDeleteIfExists Method (AsyncCallback, Object)
BeginDownloadToStream Method
BeginDownloadToStream Method (Stream, BlobRequestOptions, AsyncCallback, Object)
BeginDownloadToStream Method (Stream, AsyncCallback, Object)
BeginFetchAttributes Method
BeginFetchAttributes Method (BlobRequestOptions, AsyncCallback, Object)
BeginFetchAttributes Method (AsyncCallback, Object)
BeginSetMetadata Method
BeginSetMetadata Method (BlobRequestOptions, AsyncCallback, Object)
BeginSetMetadata Method (AsyncCallback, Object)
BeginSetProperties Method
BeginSetProperties Method (BlobRequestOptions, AsyncCallback, Object)
BeginSetProperties Method (AsyncCallback, Object)
BeginUploadFromStream Method
BeginUploadFromStream Method (Stream, BlobRequestOptions, AsyncCallback, Object)
BeginUploadFromStream Method (Stream, AsyncCallback, Object)
CopyFromBlob Method
CopyFromBlob Method (CloudBlob)
CopyFromBlob Method (CloudBlob, BlobRequestOptions)
CreateSnapshot Method
CreateSnapshot Method ()
CreateSnapshot Method (BlobRequestOptions)
CreateSnapshot Method (NameValueCollection, BlobRequestOptions)
Delete Method
Delete Method ()
Delete Method (BlobRequestOptions)
DeleteIfExists Method
DeleteIfExists Method ()
DeleteIfExists Method (BlobRequestOptions)
DownloadByteArray Method
DownloadByteArray Method ()
DownloadByteArray Method (BlobRequestOptions)
DownloadText Method
DownloadText Method ()
DownloadText Method (BlobRequestOptions)
DownloadToFile Method
DownloadToFile Method (String)
DownloadToFile Method (String, BlobRequestOptions)
DownloadToStream Method
DownloadToStream Method (Stream)
DownloadToStream Method (Stream, BlobRequestOptions)
EndCopyFromBlob Method
EndCreateSnapshot Method
EndDelete Method
EndDeleteIfExists Method
EndDownloadToStream Method
EndFetchAttributes Method
EndSetMetadata Method
EndSetProperties Method
EndUploadFromStream Method
FetchAttributes Method
FetchAttributes Method ()
FetchAttributes Method (BlobRequestOptions)
GetSharedAccessSignature Method
GetSharedAccessSignature Method (SharedAccessPolicy)
GetSharedAccessSignature Method (SharedAccessPolicy, String)
OpenRead Method
OpenRead Method ()
OpenRead Method (BlobRequestOptions)
OpenWrite Method
OpenWrite Method ()
OpenWrite Method (BlobRequestOptions)
ParseSizeAndLastModified Method
SetMetadata Method
SetMetadata Method ()
SetMetadata Method (BlobRequestOptions)
SetProperties Method
SetProperties Method ()
SetProperties Method (BlobRequestOptions)
UploadByteArray Method
UploadByteArray Method (Byte[])
UploadByteArray Method (Byte[], BlobRequestOptions)
UploadFile Method
UploadFile Method (String)
UploadFile Method (String, BlobRequestOptions)
UploadFromStream Method
UploadFromStream Method (Stream)
UploadFromStream Method (Stream, BlobRequestOptions)
UploadText Method
UploadText Method (String)
UploadText Method (String, Encoding, BlobRequestOptions)
CloudBlob Properties
Attributes Property
Container Property
Metadata Property
Name Property
Parent Property
Properties Property
ServiceClient Property
SnapshotTime Property
ToBlockBlob Property
ToPageBlob Property
Uri Property
CloudBlobClient Class
CloudBlobClient Members
CloudBlobClient Constructor
CloudBlobClient Constructor (String)
CloudBlobClient Constructor (String, StorageCredentials)
CloudBlobClient Constructor (Uri, StorageCredentials)
CloudBlobClient Methods
BeginGetServiceProperties Method
BeginListBlobsWithPrefixSegmented Method
BeginListBlobsWithPrefixSegmented Method (String, AsyncCallback, Object)
BeginListBlobsWithPrefixSegmented Method (String, Int32, ResultContinuation, AsyncCallback, Object)
BeginListContainersSegmented Method
BeginListContainersSegmented Method (AsyncCallback, Object)
BeginListContainersSegmented Method (String, ContainerListingDetails, AsyncCallback, Object)
BeginListContainersSegmented Method (String, ContainerListingDetails, Int32, ResultContinuation, AsyncCallback, Object)
BeginListContainersSegmented Method (String, AsyncCallback, Object)
BeginSetServiceProperties Method
EndGetServiceProperties Method
EndListBlobsWithPrefixSegmented Method
EndListContainersSegmented Method
EndSetServiceProperties Method
GetBlobDirectoryReference Method
GetBlobReference Method
GetBlobReference Method (String)
GetBlobReference Method (String, Nullable)
GetBlockBlob Method
GetBlockBlobReference Method
GetBlockBlobReference Method (String)
GetBlockBlobReference Method (String, Nullable)
GetContainerReference Method
GetPageBlob Method
GetPageBlobReference Method
GetPageBlobReference Method (String)
GetPageBlobReference Method (String, Nullable)
GetServiceProperties Method
ListBlobsWithPrefix Method
ListBlobsWithPrefix Method (String)
ListBlobsWithPrefix Method (String, BlobRequestOptions)
ListBlobsWithPrefixSegmented Method
ListBlobsWithPrefixSegmented Method (String)
ListBlobsWithPrefixSegmented Method (String, BlobRequestOptions)
ListBlobsWithPrefixSegmented Method (String, Int32, ResultContinuation)
ListBlobsWithPrefixSegmented Method (String, Int32, ResultContinuation, BlobRequestOptions)
ListContainers Method
ListContainers Method ()
ListContainers Method (String)
ListContainers Method (String, ContainerListingDetails)
ListContainersSegmented Method
ListContainersSegmented Method ()
ListContainersSegmented Method (String)
ListContainersSegmented Method (String, ContainerListingDetails, Int32, ResultContinuation)
SetServiceProperties Method
CloudBlobClient Properties
BaseUri Property
Credentials Property
DefaultDelimiter Property
ParallelOperationThreadCount Property
ReadAheadInBytes Property
RetryPolicy Property
SingleBlobUploadThresholdInBytes Property
Timeout Property
UseIntegrityControlForStreamReading Property
WriteBlockSizeInBytes Property
CloudBlobClient Events
ResponseReceived Events
CloudBlobContainer Class
CloudBlobContainer Members
CloudBlobContainer Constructor
CloudBlobContainer Constructor (String)
CloudBlobContainer Constructor (String, CloudBlobClient)
CloudBlobContainer Constructor (String, StorageCredentials)
CloudBlobContainer Methods
BeginCreate Method
BeginCreate Method (BlobRequestOptions, AsyncCallback, Object)
BeginCreate Method (AsyncCallback, Object)
BeginCreateIfNotExist Method
BeginCreateIfNotExist Method (BlobRequestOptions, AsyncCallback, Object)
BeginCreateIfNotExist Method (AsyncCallback, Object)
BeginDelete Method
BeginDelete Method (BlobRequestOptions, AsyncCallback, Object)
BeginDelete Method (AsyncCallback, Object)
BeginFetchAttributes Method
BeginFetchAttributes Method (BlobRequestOptions, AsyncCallback, Object)
BeginFetchAttributes Method (AsyncCallback, Object)
BeginGetPermissions Method
BeginGetPermissions Method (BlobRequestOptions, AsyncCallback, Object)
BeginGetPermissions Method (AsyncCallback, Object)
BeginListBlobsSegmented Method
BeginListBlobsSegmented Method (BlobRequestOptions, AsyncCallback, Object)
BeginListBlobsSegmented Method (AsyncCallback, Object)
BeginListBlobsSegmented Method (Int32, ResultContinuation, BlobRequestOptions, AsyncCallback, Object)
BeginSetMetadata Method
BeginSetMetadata Method (BlobRequestOptions, AsyncCallback, Object)
BeginSetMetadata Method (AsyncCallback, Object)
BeginSetPermissions Method
BeginSetPermissions Method (BlobContainerPermissions, BlobRequestOptions, AsyncCallback, Object)
BeginSetPermissions Method (BlobContainerPermissions, AsyncCallback, Object)
Create Method
Create Method ()
Create Method (BlobRequestOptions)
CreateIfNotExist Method
CreateIfNotExist Method ()
CreateIfNotExist Method (BlobRequestOptions)
Delete Method
Delete Method ()
Delete Method (BlobRequestOptions)
EndCreate Method
EndCreateIfNotExist Method
EndDelete Method
EndFetchAttributes Method
EndGetPermissions Method
EndListBlobsSegmented Method
EndSetMetadata Method
EndSetPermissions Method
FetchAttributes Method
FetchAttributes Method ()
FetchAttributes Method (BlobRequestOptions)
GetBlobReference Method
GetBlockBlobReference Method
GetDirectoryReference Method
GetPageBlobReference Method
GetPermissions Method
GetPermissions Method ()
GetPermissions Method (BlobRequestOptions)
GetSharedAccessSignature Method
GetSharedAccessSignature Method (SharedAccessPolicy)
GetSharedAccessSignature Method (SharedAccessPolicy, String)
ListBlobs Method
ListBlobs Method ()
ListBlobs Method (BlobRequestOptions)
ListBlobsSegmented Method
ListBlobsSegmented Method (BlobRequestOptions)
ListBlobsSegmented Method (Int32, ResultContinuation, BlobRequestOptions)
ParseETagAndLastModified Method
SetMetadata Method
SetMetadata Method ()
SetMetadata Method (BlobRequestOptions)
SetPermissions Method
SetPermissions Method (BlobContainerPermissions)
SetPermissions Method (BlobContainerPermissions, BlobRequestOptions)
CloudBlobContainer Properties
Attributes Property
Metadata Property
Name Property
Properties Property
ServiceClient Property
Uri Property
CloudBlobDirectory Class
CloudBlobDirectory Members
CloudBlobDirectory Methods
BeginListBlobsSegmented Method
BeginListBlobsSegmented Method (BlobRequestOptions, AsyncCallback, Object)
BeginListBlobsSegmented Method (AsyncCallback, Object)
BeginListBlobsSegmented Method (Int32, ResultContinuation, BlobRequestOptions, AsyncCallback, Object)
EndListBlobsSegmented Method
GetBlobReference Method
GetBlobReference Method (String)
GetBlobReference Method (String, Nullable)
GetBlockBlobReference Method
GetBlockBlobReference Method (String)
GetBlockBlobReference Method (String, Nullable)
GetPageBlobReference Method
GetPageBlobReference Method (String)
GetPageBlobReference Method (String, Nullable)
GetSubdirectory Method
ListBlobs Method
ListBlobs Method ()
ListBlobs Method (BlobRequestOptions)
ListBlobsSegmented Method
ListBlobsSegmented Method (BlobRequestOptions)
ListBlobsSegmented Method (Int32, ResultContinuation, BlobRequestOptions)
CloudBlobDirectory Properties
Container Property
Parent Property
ServiceClient Property
Uri Property
CloudBlockBlob Class
CloudBlockBlob Members
CloudBlockBlob Constructor
CloudBlockBlob Constructor (String)
CloudBlockBlob Constructor (String, CloudBlobClient)
CloudBlockBlob Constructor (String, StorageCredentials)
CloudBlockBlob Constructor (String, StorageCredentials, Boolean)
CloudBlockBlob Constructor (String, Boolean)
CloudBlockBlob Constructor (String, Nullable, CloudBlobClient)
CloudBlockBlob Methods
BeginDownloadBlockList Method
BeginDownloadBlockList Method (BlockListingFilter, BlobRequestOptions, AsyncCallback, Object)
BeginDownloadBlockList Method (BlockListingFilter, AsyncCallback, Object)
BeginPutBlock Method
BeginPutBlock Method (String, Stream, String, BlobRequestOptions, AsyncCallback, Object)
BeginPutBlock Method (String, Stream, String, AsyncCallback, Object)
BeginPutBlockList Method
BeginPutBlockList Method (IEnumerable, BlobRequestOptions, AsyncCallback, Object)
BeginPutBlockList Method (IEnumerable, AsyncCallback, Object)
DownloadBlockList Method
DownloadBlockList Method ()
DownloadBlockList Method (BlobRequestOptions)
DownloadBlockList Method (BlockListingFilter)
DownloadBlockList Method (BlockListingFilter, BlobRequestOptions)
EndDownloadBlockList Method
EndPutBlock Method
EndPutBlockList Method
PutBlock Method
PutBlock Method (String, Stream, String)
PutBlock Method (String, Stream, String, BlobRequestOptions)
PutBlockList Method
PutBlockList Method (IEnumerable)
PutBlockList Method (IEnumerable, BlobRequestOptions)
CloudBlockBlob Properties
CloudDrive Class
CloudDrive Members
CloudDrive Constructor
CloudDrive Methods
CopyTo Method
Create Method
CreateIfNotExist Method
Delete Method
GetMountedDrives Method
InitializeCache Method
Mount Method
Snapshot Method
Unmount Method
CloudDrive Properties
Credentials Property
LocalPath Property
Uri Property
CloudDriveException Class
CloudDriveException Members
CloudDriveException Constructor
CloudDriveException Methods
GetHResult Method
CloudDriveException Properties
CloudDriveException Events
CloudPageBlob Class
CloudPageBlob Members
CloudPageBlob Constructor
CloudPageBlob Constructor (CloudBlob)
CloudPageBlob Constructor (String)
CloudPageBlob Constructor (String, CloudBlobClient)
CloudPageBlob Constructor (String, StorageCredentials)
CloudPageBlob Constructor (String, Nullable, CloudBlobClient)
CloudPageBlob Methods
BeginClearPages Method
BeginClearPages Method (Int64, Int64, BlobRequestOptions, AsyncCallback, Object)
BeginClearPages Method (Int64, Int64, AsyncCallback, Object)
BeginCreate Method
BeginCreate Method (Int64, BlobRequestOptions, AsyncCallback, Object)
BeginCreate Method (Int64, AsyncCallback, Object)
BeginGetPageRanges Method
BeginGetPageRanges Method (BlobRequestOptions, AsyncCallback, Object)
BeginGetPageRanges Method (AsyncCallback, Object)
BeginUploadFromStream Method
BeginUploadFromStream Method (Stream, BlobRequestOptions, AsyncCallback, Object)
BeginUploadFromStream Method (Stream, AsyncCallback, Object)
BeginWritePages Method
BeginWritePages Method (Stream, Int64, BlobRequestOptions, AsyncCallback, Object)
BeginWritePages Method (Stream, Int64, AsyncCallback, Object)
ClearPages Method
ClearPages Method (Int64, Int64)
ClearPages Method (Int64, Int64, BlobRequestOptions)
Create Method
Create Method (Int64)
Create Method (Int64, BlobRequestOptions)
EndClearPages Method
EndCreate Method
EndGetPageRanges Method
EndUploadFromStream Method
EndWritePages Method
GetPageRanges Method
GetPageRanges Method ()
GetPageRanges Method (BlobRequestOptions)
OpenWrite Method
OpenWrite Method ()
OpenWrite Method (BlobRequestOptions)
UploadByteArray Method
UploadByteArray Method (Byte[])
UploadByteArray Method (Byte[], BlobRequestOptions)
UploadFile Method
UploadFile Method (String)
UploadFile Method (String, BlobRequestOptions)
UploadFromStream Method
UploadFromStream Method (Stream)
UploadFromStream Method (Stream, BlobRequestOptions)
UploadText Method
UploadText Method (String)
UploadText Method (String, Encoding, BlobRequestOptions)
WritePages Method
WritePages Method (Stream, Int64)
WritePages Method (Stream, Int64, BlobRequestOptions)
CloudPageBlob Properties
CloudQueue Class
CloudQueue Members
CloudQueue Constructor
CloudQueue Methods
AddMessage Method
AddMessage Method (CloudQueueMessage)
AddMessage Method (CloudQueueMessage, Nullable, Nullable)
AddMessage Method (CloudQueueMessage, TimeSpan)
BeginAddMessage Method
BeginAddMessage Method (CloudQueueMessage, AsyncCallback, Object)
BeginAddMessage Method (CloudQueueMessage, Nullable, Nullable, AsyncCallback, Object)
BeginAddMessage Method (CloudQueueMessage, TimeSpan, AsyncCallback, Object)
BeginClear Method
BeginCreate Method
BeginCreateIfNotExist Method
BeginDelete Method
BeginDeleteMessage Method
BeginDeleteMessage Method (CloudQueueMessage, AsyncCallback, Object)
BeginDeleteMessage Method (String, String, AsyncCallback, Object)
BeginExists Method
BeginFetchAttributes Method
BeginGetMessage Method
BeginGetMessage Method (AsyncCallback, Object)
BeginGetMessage Method (TimeSpan, AsyncCallback, Object)
BeginGetMessages Method
BeginGetMessages Method (Int32, AsyncCallback, Object)
BeginGetMessages Method (Int32, TimeSpan, AsyncCallback, Object)
BeginPeekMessage Method
BeginPeekMessages Method
BeginSetMetadata Method
BeginUpdateMessage Method
Clear Method
Create Method
CreateIfNotExist Method
Delete Method
DeleteMessage Method
DeleteMessage Method (CloudQueueMessage)
DeleteMessage Method (String, String)
EndAddMessage Method
EndClear Method
EndCreate Method
EndCreateIfNotExist Method
EndDelete Method
EndDeleteMessage Method
EndExists Method
EndFetchAttributes Method
EndGetMessage Method
EndGetMessages Method
EndPeekMessage Method
EndPeekMessages Method
EndSetMetadata Method
EndUpdateMessage Method
Exists Method
FetchAttributes Method
GetMessage Method
GetMessage Method ()
GetMessage Method (TimeSpan)
GetMessages Method
GetMessages Method (Int32)
GetMessages Method (Int32, TimeSpan)
PeekMessage Method
PeekMessages Method
RetrieveApproximateMessageCount Method
SetMetadata Method
UpdateMessage Method
CloudQueue Properties
ApproximateMessageCount Property
Attributes Property
EncodeMessage Property
Metadata Property
Name Property
ServiceClient Property
Uri Property
CloudQueueClient Class
CloudQueueClient Members
CloudQueueClient Constructor
CloudQueueClient Constructor (String, StorageCredentials)
CloudQueueClient Constructor (Uri, StorageCredentials)
CloudQueueClient Methods
BeginGetServiceProperties Method
BeginListQueuesSegmented Method
BeginListQueuesSegmented Method (AsyncCallback, Object)
BeginListQueuesSegmented Method (String, QueueListingDetails, AsyncCallback, Object)
BeginListQueuesSegmented Method (String, QueueListingDetails, Int32, ResultContinuation, AsyncCallback, Object)
BeginListQueuesSegmented Method (String, AsyncCallback, Object)
BeginSetServiceProperties Method
EndGetServiceProperties Method
EndListQueuesSegmented Method
EndSetServiceProperties Method
GetQueueReference Method
GetServiceProperties Method
ListQueues Method
ListQueues Method ()
ListQueues Method (String)
ListQueues Method (String, QueueListingDetails)
ListQueuesSegmented Method
ListQueuesSegmented Method ()
ListQueuesSegmented Method (String, QueueListingDetails)
ListQueuesSegmented Method (String, QueueListingDetails, Int32, ResultContinuation)
SetServiceProperties Method
CloudQueueClient Properties
ApproximateMessageCountCacheLength Property
BaseUri Property
Credentials Property
RetryPolicy Property
Timeout Property
UsePathStyleUris Property
CloudQueueClient Events
ResponseReceived Events
CloudQueueMessage Class
CloudQueueMessage Members
CloudQueueMessage Fields
MaxMessageSize Field
MaxNumberOfMessagesToPeek Field
MaxTimeToLive Field
CloudQueueMessage Constructor
CloudQueueMessage Constructor (Byte[])
CloudQueueMessage Constructor (String)
CloudQueueMessage Methods
SetMessageContent Method
SetMessageContent Method (Byte[])
SetMessageContent Method (String)
CloudQueueMessage Properties
AsBytes Property
AsString Property
DequeueCount Property
ExpirationTime Property
Id Property
InsertionTime Property
NextVisibleTime Property
PopReceipt Property
RawString Property
CloudStorageAccountCloudDriveExtensions Class
CloudStorageAccountCloudDriveExtensions Members
CloudStorageAccountCloudDriveExtensions Methods
CreateCloudDrive Method
CloudStorageAccountStorageClientExtensions Class
CloudStorageAccountStorageClientExtensions Members
CloudStorageAccountStorageClientExtensions Methods
CreateCloudBlobClient Method
CreateCloudQueueClient Method
CreateCloudTableClient Method
CloudTableClient Class
CloudTableClient Members
CloudTableClient Constructor
CloudTableClient Constructor (String, StorageCredentials)
CloudTableClient Constructor (Uri, StorageCredentials)
CloudTableClient Methods
Attach Method
BeginCreateTable Method
BeginCreateTableIfNotExist Method
BeginDeleteTable Method
BeginDeleteTableIfExist Method
BeginDoesTableExist Method
BeginGetServiceProperties Method
BeginListTablesSegmented Method
BeginListTablesSegmented Method (AsyncCallback, Object)
BeginListTablesSegmented Method (String, AsyncCallback, Object)
BeginListTablesSegmented Method (String, Int32, ResultContinuation, AsyncCallback, Object)
BeginSetServiceProperties Method
CreateTable Method
CreateTableIfNotExist Method
CreateTablesFromModel Method
DeleteTable Method
DeleteTableIfExist Method
DoesTableExist Method
EndCreateTable Method
EndCreateTableIfNotExist Method
EndDeleteTable Method
EndDeleteTableIfExist Method
EndDoesTableExist Method
EndGetServiceProperties Method
EndListTablesSegmented Method
EndSetServiceProperties Method
GetDataServiceContext Method
GetServiceProperties Method
ListTables Method
ListTables Method ()
ListTables Method (String)
ListTablesSegmented Method
ListTablesSegmented Method ()
ListTablesSegmented Method (Int32, ResultContinuation)
ListTablesSegmented Method (String, Int32, ResultContinuation)
SetServiceProperties Method
CloudTableClient Properties
BaseUri Property
Credentials Property
MinSupportedDateTime Property
RetryPolicy Property
Timeout Property
CloudTableClient Events
ResponseReceived Events
CloudTableQuery Generic Class
CloudTableQuery Members
CloudTableQuery Constructor
CloudTableQuery Constructor (DataServiceQuery)
CloudTableQuery Constructor (DataServiceQuery, RetryPolicy)
CloudTableQuery Methods
BeginExecuteSegmented Method
BeginExecuteSegmented Method (ResultContinuation, AsyncCallback, Object)
BeginExecuteSegmented Method (AsyncCallback, Object)
EndExecuteSegmented Method
Execute Method
Execute Method ()
Execute Method (ResultContinuation)
Expand Method
GetEnumerator Method
GetEnumerator Method
ToString Method
CloudTableQuery Properties
ElementType Property
Expression Property
Provider Property
RetryPolicy Property
ContainerListingDetails Enumeration
DeleteSnapshotsOption Enumeration
DriveMountOptions Enumeration
IListBlobItem Interface
IListBlobItem Members
IListBlobItem Properties
Container Property
Parent Property
Uri Property
LeaseStatus Enumeration
ListBlockItem Class
ListBlockItem Members
ListBlockItem Constructor
ListBlockItem Methods
ListBlockItem Properties
Committed Property
Name Property
Size Property
MessageUpdateFields Enumeration
PageRange Class
PageRange Members
PageRange Constructor
PageRange Methods
ToString Method
PageRange Properties
EndOffset Property
StartOffset Property
QueueAttributes Class
QueueAttributes Members
QueueAttributes Constructor
QueueAttributes Constructor ()
QueueAttributes Constructor (QueueAttributes)
QueueAttributes Methods
QueueAttributes Properties
Metadata Property
Uri Property
QueueErrorCodeStrings Class
QueueErrorCodeStrings Members
QueueErrorCodeStrings Fields
InvalidMarker Field
InvalidParameter Field
MessageNotFound Field
MessageTooLarge Field
PopReceiptMismatch Field
QueueAlreadyExists Field
QueueBeingDeleted Field
QueueDisabled Field
QueueNotEmpty Field
QueueNotFound Field
QueueListingDetails Enumeration
ResponseReceivedEventArgs Class
ResponseReceivedEventArgs Members
ResponseReceivedEventArgs Constructor
ResponseReceivedEventArgs Methods
ResponseReceivedEventArgs Properties
Exception Property
RequestHeaders Property
RequestId Property
RequestUri Property
ResponseHeaders Property
StatusCode Property
StatusDescription Property
ResultContinuation Class
ResultContinuation Members
ResultContinuation Methods
GetSchema Method
ReadXml Method
WriteXml Method
ResultSegment Generic Class
ResultSegment Members
ResultSegment Methods
BeginGetNext Method
EndGetNext Method
GetNext Method
ResultSegment Properties
ContinuationToken Property
HasMoreResults Property
Results Property
RetryPolicies Class
RetryPolicies Members
RetryPolicies Fields
DefaultClientBackoff Field
DefaultClientRetryCount Field
DefaultMaxBackoff Field
DefaultMinBackoff Field
RetryPolicies Methods
NoRetry Method
Retry Method
RetryExponential Method
RetryExponential Method (Int32, TimeSpan)
RetryExponential Method (Int32, TimeSpan, TimeSpan, TimeSpan)
RetryPolicy Delegate
SharedAccessPermissions Enumeration
SharedAccessPolicies Class
SharedAccessPolicies Members
SharedAccessPolicies Constructor
SharedAccessPolicies Methods
SharedAccessPolicies Properties
SharedAccessPolicy Class
SharedAccessPolicy Members
SharedAccessPolicy Constructor
SharedAccessPolicy Methods
PermissionsFromString Method
PermissionsToString Method
SharedAccessPolicy Properties
Permissions Property
SharedAccessExpiryTime Property
SharedAccessStartTime Property
ShouldRetry Delegate
StorageClientException Class
StorageClientException Members
StorageClientException Constructor
StorageClientException Constructor ()
StorageClientException Constructor (SerializationInfo, StreamingContext)
StorageClientException Methods
StorageClientException Properties
StorageClientException Events
StorageErrorCode Enumeration
StorageErrorCodeStrings Class
StorageErrorCodeStrings Members
StorageErrorCodeStrings Fields
AuthenticationFailed Field
ConditionNotMet Field
ContainerAlreadyExists Field
ContainerBeingDeleted Field
ContainerDisabled Field
ContainerNotFound Field
EmptyMetadataKey Field
InternalError Field
InvalidHeaderValue Field
InvalidHttpVerb Field
InvalidInput Field
InvalidMd5 Field
InvalidMetadata Field
InvalidQueryParameterValue Field
InvalidRange Field
InvalidUri Field
InvalidXmlDocument Field
InvalidXmlNodeValue Field
Md5Mismatch Field
MetadataTooLarge Field
MissingContentLengthHeader Field
MissingRequiredHeader Field
MissingRequiredQueryParameter Field
MissingRequiredXmlNode Field
OperationTimedOut Field
OutOfRangeInput Field
OutOfRangeQueryParameterValue Field
RequestBodyTooLarge Field
ResourceNotFound Field
ServerBusy Field
UnsupportedHeader Field
UnsupportedHttpVerb Field
UnsupportedQueryParameter Field
UnsupportedXmlNode Field
StorageException Class
StorageException Members
StorageException Constructor
StorageException Constructor ()
StorageException Constructor (StorageErrorCode, String, HttpStatusCode, StorageExtendedErrorInformation, Exception)
StorageException Constructor (SerializationInfo, StreamingContext)
StorageException Methods
GetObjectData Method
StorageException Properties
ErrorCode Property
ExtendedErrorInformation Property
StatusCode Property
StorageException Events
StorageExceptionExtensions Class
StorageExceptionExtensions Members
StorageExceptionExtensions Methods
TranslateDataServiceClientException Method
TranslateWebException Method
StorageExtendedErrorInformation Class
StorageExtendedErrorInformation Members
StorageExtendedErrorInformation Constructor
StorageExtendedErrorInformation Methods
StorageExtendedErrorInformation Properties
AdditionalDetails Property
ErrorCode Property
ErrorMessage Property
StorageServerException Class
StorageServerException Members
StorageServerException Constructor
StorageServerException Constructor ()
StorageServerException Constructor (SerializationInfo, StreamingContext)
StorageServerException Methods
StorageServerException Properties
StorageServerException Events
TableErrorCodeStrings Class
TableErrorCodeStrings Members
TableErrorCodeStrings Fields
BatchOperationNotSupported Field
DuplicateKeyPropertySpecified Field
DuplicatePropertiesSpecified Field
EntityAlreadyExists Field
EntityNotFound Field
EntityTooLarge Field
InvalidValueType Field
JsonFormatNotSupported Field
MethodNotAllowed Field
NotImplemented Field
OperatorInvalid Field
PartitionKeyNotSpecified Field
PartitionKeyPropertyCannotBeUpdated Field
PrimaryKeyPropertyIsInvalidType Field
PropertiesNeedValue Field
PropertyNameInvalid Field
PropertyNameTooLong Field
PropertyValueTooLarge Field
TableAlreadyExists Field
TableBeingDeleted Field
TableHasNoProperties Field
TableHasNoSuchProperty Field
TableNotFound Field
TableServerOutOfMemory Field
TooManyProperties Field
UpdateConditionNotSatisfied Field
XMethodIncorrectCount Field
XMethodIncorrectValue Field
XMethodNotUsingPost Field
TableServiceContext Class
TableServiceContext Members
TableServiceContext Constructor
TableServiceContext Methods
BeginSaveChangesWithRetries Method
BeginSaveChangesWithRetries Method (AsyncCallback, Object)
BeginSaveChangesWithRetries Method (SaveChangesOptions, AsyncCallback, Object)
EndSaveChangesWithRetries Method
SaveChangesWithRetries Method
SaveChangesWithRetries Method ()
SaveChangesWithRetries Method (SaveChangesOptions)
TableServiceContext Properties
RetryPolicy Property
StorageCredentials Property
TableServiceContext Events
TableServiceEntity Class
TableServiceEntity Members
TableServiceEntity Constructor
TableServiceEntity Constructor ()
TableServiceEntity Constructor (String, String)
TableServiceEntity Methods
TableServiceEntity Properties
PartitionKey Property
RowKey Property
Timestamp Property
TableServiceExtensionMethods Class
TableServiceExtensionMethods Members
TableServiceExtensionMethods Methods
AsTableServiceQuery Method
Microsoft.WindowsAzure.StorageClient.Protocol
AccessPolicyResponse Class
AccessPolicyResponse Members
AccessPolicyResponse Fields
AccessPolicyResponse Methods
ParseXml Method
AccessPolicyResponse Properties
AccessIdentifiers Property
BlobContainerEntry Class
BlobContainerEntry Members
BlobContainerEntry Methods
BlobContainerEntry Properties
Attributes Property
BlobEntry Class
BlobEntry Members
BlobEntry Methods
BlobEntry Properties
Attributes Property
Name Property
BlobListingContext Class
BlobListingContext Members
BlobListingContext Constructor
BlobListingContext Methods
BlobListingContext Properties
Delimiter Property
Include Property
BlobPrefixEntry Class
BlobPrefixEntry Members
BlobPrefixEntry Constructor
BlobPrefixEntry Methods
BlobPrefixEntry Properties
Name Property
BlobRequest Class
BlobRequest Members
BlobRequest Methods
AddConditional Method
AddConditional Method (HttpWebRequest, ConditionHeaderKind, DateTime)
AddConditional Method (HttpWebRequest, ConditionHeaderKind, String)
AddMetadata Method
AddMetadata Method (HttpWebRequest, NameValueCollection)
AddMetadata Method (HttpWebRequest, String, String)
CopyFrom Method
Delete Method
Get Method
Get Method (Uri, Int32, Nullable, Int64, Nullable, String)
Get Method (Uri, Int32, Nullable, String)
GetBlockList Method
GetMetadata Method
GetPageRanges Method
GetProperties Method
GetServiceProperties Method
Lease Method
List Method
Put Method
PutBlock Method
PutBlockList Method
PutPage Method
SetMetadata Method
SetProperties Method
SetServiceProperties Method
SignRequest Method
SignRequestForSharedKeyLite Method
Snapshot Method
WriteBlockListBody Method
WriteServiceProperties Method
BlobResponse Class
BlobResponse Members
BlobResponse Methods
GetAttributes Method
GetBlockList Method
GetBlockList Method (Stream)
GetBlockList Method (HttpWebResponse)
GetError Method
GetMetadata Method
GetMetadata Method (HttpWebResponse)
GetMetadata Method (HttpWebResponse, String)
GetPageRanges Method
GetPageRanges Method (Stream)
GetPageRanges Method (HttpWebResponse)
GetRequestId Method
GetSnapshotTime Method
List Method
List Method (Stream)
List Method (HttpWebResponse)
ReadServiceProperties Method
BlockSearchMode Enumeration
CanonicalizationStrategy Class
CanonicalizationStrategy Members
CanonicalizationStrategy Constructor
CanonicalizationStrategy Methods
AppendStringToCanonicalizedString Method
CanonicalizeHttpRequest Method
CanonicalizeHttpRequest Method (HttpWebRequest, String)
CanonicalizeHttpRequest Method (Uri, String, String, String, String, NameValueCollection)
CanonicalizeHttpRequestVersion2 Method
GetCanonicalizedResource Method
GetCanonicalizedResourceVersion2 Method
GetHeaderValues Method
GetStandardHeaderValue Method
ConditionHeaderKind Enumeration
ContainerRequest Class
ContainerRequest Members
ContainerRequest Methods
AddConditional Method
AddConditional Method (HttpWebRequest, ConditionHeaderKind, DateTime)
AddConditional Method (HttpWebRequest, ConditionHeaderKind, String)
AddMetadata Method
AddMetadata Method (HttpWebRequest, NameValueCollection)
AddMetadata Method (HttpWebRequest, String, String)
Create Method
Delete Method
GetAcl Method
GetMetadata Method
GetProperties Method
List Method
SetAcl Method
SetMetadata Method
SignRequest Method
SignRequestForSharedKeyLite Method
WriteSharedAccessIdentifiers Method
ContainerResponse Class
ContainerResponse Members
ContainerResponse Methods
GetAcl Method
GetAttributes Method
GetError Method
GetMetadata Method
GetMetadata Method (HttpWebResponse)
GetMetadata Method (HttpWebResponse, String)
GetRequestId Method
List Method
Credentials Class
Credentials Members
Credentials Constructor
Credentials Constructor (String, Byte[])
Credentials Constructor (String, String)
Credentials Methods
ExportBase64EncodedKey Method
ExportKey Method
Credentials Properties
AccountName Property
GetBlockListResponse Class
GetBlockListResponse Members
GetBlockListResponse Fields
GetBlockListResponse Methods
ParseXml Method
GetBlockListResponse Properties
Blocks Property
GetMessagesResponse Class
GetMessagesResponse Members
GetMessagesResponse Fields
GetMessagesResponse Methods
ParseXml Method
GetMessagesResponse Properties
Messages Property
GetPageRangesResponse Class
GetPageRangesResponse Members
GetPageRangesResponse Fields
GetPageRangesResponse Methods
ParseXml Method
GetPageRangesResponse Properties
PageRanges Property
IListBlobEntry Interface
IListBlobEntry Members
LeaseAction Enumeration
ListBlobsResponse Class
ListBlobsResponse Members
ListBlobsResponse Fields
ListBlobsResponse Methods
ParseXml Method
ListBlobsResponse Properties
Blobs Property
Delimiter Property
ListingContext Property
Marker Property
MaxResults Property
NextMarker Property
Prefix Property
ListContainersResponse Class
ListContainersResponse Members
ListContainersResponse Fields
ListContainersResponse Methods
ParseXml Method
ListContainersResponse Properties
Containers Property
ListingContext Property
Marker Property
MaxResults Property
NextMarker Property
Prefix Property
ListingContext Class
ListingContext Members
ListingContext Constructor
ListingContext Methods
ListingContext Properties
Marker Property
MaxResults Property
Prefix Property
ListQueuesResponse Class
ListQueuesResponse Members
ListQueuesResponse Fields
ListQueuesResponse Methods
ParseXml Method
ListQueuesResponse Properties
ListingContext Property
Marker Property
MaxResults Property
NextMarker Property
Prefix Property
Queues Property
LoggingOperations Enumeration
LoggingProperties Class
LoggingProperties Members
LoggingProperties Constructor
LoggingProperties Methods
LoggingProperties Properties
LoggingOperations Property
RetentionDays Property
Version Property
MetricsLevel Enumeration
MetricsProperties Class
MetricsProperties Members
MetricsProperties Constructor
MetricsProperties Methods
MetricsProperties Properties
MetricsLevel Property
RetentionDays Property
Version Property
PageWrite Enumeration
PeekMessagesResponse Class
PeekMessagesResponse Members
PeekMessagesResponse Fields
PeekMessagesResponse Methods
ParseXml Method
PeekMessagesResponse Properties
Messages Property
PutBlockListItem Class
PutBlockListItem Members
PutBlockListItem Constructor
PutBlockListItem Methods
PutBlockListItem Properties
Id Property
SearchMode Property
PutPageProperties Class
PutPageProperties Members
PutPageProperties Constructor
PutPageProperties Methods
PutPageProperties Properties
PageWrite Property
Range Property
QueueEntry Class
QueueEntry Members
QueueEntry Methods
QueueEntry Properties
Attributes Property
Name Property
QueueMessage Class
QueueMessage Members
QueueMessage Methods
QueueMessage Properties
DequeueCount Property
ExpirationTime Property
Id Property
InsertionTime Property
PopReceipt Property
Text Property
TimeNextVisible Property
QueueRequest Class
QueueRequest Members
QueueRequest Methods
AddMetadata Method
AddMetadata Method (HttpWebRequest, NameValueCollection)
AddMetadata Method (HttpWebRequest, String, String)
ClearMessages Method
Create Method
Delete Method
DeleteMessage Method
GenerateMessageRequestBody Method
GetMessages Method
GetMetadata Method
GetServiceProperties Method
List Method
PeekMessages Method
PutMessage Method
PutMessage Method (Uri, Int32, Nullable)
PutMessage Method (Uri, Int32, Nullable, Nullable)
SetMetadata Method
SetServiceProperties Method
SignRequest Method
SignRequestForSharedKeyLite Method
UpdateMessage Method
WriteServiceProperties Method
QueueResponse Class
QueueResponse Members
QueueResponse Methods
GetApproximateMessageCount Method
GetError Method
GetMessages Method
GetMessages Method (Stream)
GetMessages Method (HttpWebResponse)
GetMetadata Method
GetMetadata Method (HttpWebResponse)
GetMetadata Method (HttpWebResponse, String)
GetNextVisibleTime Method
GetPopReceipt Method
GetRequestId Method
List Method
List Method (Stream)
List Method (HttpWebResponse)
PeekMessages Method
PeekMessages Method (Stream)
PeekMessages Method (HttpWebResponse)
ReadServiceProperties Method
ResourceConsumedException Class
ResourceConsumedException Members
ResourceConsumedException Constructor
ResourceConsumedException Constructor ()
ResourceConsumedException Constructor (SerializationInfo, StreamingContext)
ResourceConsumedException Constructor (String)
ResourceConsumedException Constructor (String, Exception)
ResourceConsumedException Methods
ResourceConsumedException Properties
ResourceConsumedException Events
ResponseParsingBase Generic Class
ResponseParsingBase Members
ResponseParsingBase Fields
allObjectsParsed Field
outstandingObjectsToParse Field
reader Field
ResponseParsingBase Methods
Dispose Method
Dispose Method ()
Dispose Method (Boolean)
ParseXml Method
Variable Method
ResponseParsingBase Properties
ObjectsToParse Property
ServiceProperties Class
ServiceProperties Members
ServiceProperties Constructor
ServiceProperties Methods
ServiceProperties Properties
DefaultServiceVersion Property
Logging Property
Metrics Property
SharedKeyCanonicalizer Class
SharedKeyCanonicalizer Members
SharedKeyCanonicalizer Constructor
SharedKeyCanonicalizer Methods
CanonicalizeHttpRequest Method
SharedKeyLiteCanonicalizer Class
SharedKeyLiteCanonicalizer Members
SharedKeyLiteCanonicalizer Constructor
SharedKeyLiteCanonicalizer Methods
CanonicalizeHttpRequest Method
SharedKeyLiteTableCanonicalizer Class
SharedKeyLiteTableCanonicalizer Members
SharedKeyLiteTableCanonicalizer Constructor
SharedKeyLiteTableCanonicalizer Methods
CanonicalizeHttpRequest Method
SharedKeyTableCanonicalizer Class
SharedKeyTableCanonicalizer Members
SharedKeyTableCanonicalizer Constructor
SharedKeyTableCanonicalizer Methods
CanonicalizeHttpRequest Method
TableRequest Class
TableRequest Members
TableRequest Methods
GetServiceProperties Method
SetServiceProperties Method
SignRequest Method
SignRequestForSharedKeyLite Method
WriteServiceProperties Method
TableResponse Class
TableResponse Members
TableResponse Methods
GetError Method
GetRequestId Method
ReadServiceProperties Method
Get in touch
Submit feedback about this site to:
[email protected]