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
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Méthode Description
GetContainerReference ( string ContainerName ) : FileStoreContainer

Obtain a reference to a container by name.

Private Methods

Méthode Description
AzureFileStore ( string ConnectionString ) : System

Instantiate a new AzureFileStore object.

Method Details

GetContainerReference() public méthode

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