Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

StorageService Enumeration (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Represents a storage service.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum StorageService
 
public enum class StorageService
 
type StorageService
 
Public Enumeration StorageService

Members

Member nameDescription
Blob

Blob service.

File

File Service.

Queue

Queue Service.

Table

Table Service.

Return to top