Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a reference to the root container.

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

Syntax

 
public CloudBlobContainer GetRootContainerReference()
 
public:
CloudBlobContainer^ GetRootContainerReference()
 
member GetRootContainerReference : unit -> CloudBlobContainer
 
Public Function GetRootContainerReference As CloudBlobContainer

Remarks

Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it.

Return to top