Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a reference to an append blob in this container.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public CloudAppendBlob GetAppendBlobReference(
	string blobName
)
 
public:
CloudAppendBlob^ GetAppendBlobReference(
	String^ blobName
)
 
member GetAppendBlobReference : 
        blobName:string -> CloudAppendBlob
 
Public Function GetAppendBlobReference (
	blobName As String
) As CloudAppendBlob

Parameters

blobName
Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the append blob.

Return to top