C# Class ALFA.Shared.AzureFileStore

This class encapsulates an Azure backend implementation of the FileStore abstraction. There can be multiple Azure storage backends if the application requires the ability to communicate with multiple endpoints, each with a unique connection string.
Inheritance: FileStore
Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
GetContainerReference ( string ContainerName ) : FileStoreContainer

Obtain a reference to a container by name.

Private Methods

Method Description
AzureFileStore ( string ConnectionString ) : System

Instantiate a new AzureFileStore object.

Method Details

GetContainerReference() public method

Obtain a reference to a container by name.
public GetContainerReference ( string ContainerName ) : FileStoreContainer
ContainerName string A string containing the name of the /// container.
return FileStoreContainer