C# Класс 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.
Наследование: FileStore
Показать файл Открыть проект

Открытые методы

Метод Описание
GetContainerReference ( string ContainerName ) : FileStoreContainer

Obtain a reference to a container by name.

Приватные методы

Метод Описание
AzureFileStore ( string ConnectionString ) : System

Instantiate a new AzureFileStore object.

Описание методов

GetContainerReference() публичный метод

Obtain a reference to a container by name.
public GetContainerReference ( string ContainerName ) : FileStoreContainer
ContainerName string A string containing the name of the /// container.
Результат FileStoreContainer