C# Class FileSystemDurabilityPlugin.AzureBlobStore

Datei anzeigen Open project: movabletype/Windows-Azure-File-System-Durability-Plugin Class Usage Examples

Private Properties

Property Type Description
AzureBlobStore System
DeleteFile void
GetFileRetriever FileSystemDurabilityPlugin.FileRetriever
GetRootPath string
InsertFile SyncedBlobAttributes
ListBlobs List
LookupMimeType string
SetupMetadata void
UpdateFile SyncedBlobAttributes

Public Methods

Method Description
CreateContainer ( ) : void

Private Methods

Method Description
AzureBlobStore ( string targetContainer, Microsoft.WindowsAzure.CloudStorageAccount storageAccount ) : System
DeleteFile ( string name, System.DateTime expectedLastModified ) : void
GetFileRetriever ( string name, System.DateTime expectedLastUpdate ) : FileSystemDurabilityPlugin.FileRetriever
GetRootPath ( ) : string
InsertFile ( System.IO.FileData fileData, string relativePath, Stream dataStream ) : SyncedBlobAttributes
ListBlobs ( ) : List
LookupMimeType ( string extension ) : string
SetupMetadata ( NameValueCollection metadata, System.IO.FileData fileData, string relativePath ) : void
UpdateFile ( string oldName, System.IO.FileData fileData, string relativePath, Stream dataStream, System.DateTime expectedLastModified ) : SyncedBlobAttributes

Method Details

CreateContainer() public method

public CreateContainer ( ) : void
return void