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
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
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