C# 클래스 Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage.FileSystem.FileSystemStorageProvider

상속: ILocalStorageProvider
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-files-client 1 사용 예제들

공개 메소드들

메소드 설명
AddAsync ( MobileServiceFile file, Stream source ) : System.Threading.Tasks.Task
AttachMetadata ( MobileServiceFile file ) : MobileServiceExpressFile
DeleteAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
FileSystemStorageProvider ( IFileSystemAccess fileSystem ) : System.IO
GetAsync ( MobileServiceFile file ) : Task

비공개 메소드들

메소드 설명
GetFileName ( MobileServiceFile file ) : string

메소드 상세

AddAsync() 공개 메소드

public AddAsync ( MobileServiceFile file, Stream source ) : System.Threading.Tasks.Task
file MobileServiceFile
source System.IO.Stream
리턴 System.Threading.Tasks.Task

AttachMetadata() 공개 메소드

public AttachMetadata ( MobileServiceFile file ) : MobileServiceExpressFile
file MobileServiceFile
리턴 MobileServiceExpressFile

DeleteAsync() 공개 메소드

public DeleteAsync ( MobileServiceFile file ) : System.Threading.Tasks.Task
file MobileServiceFile
리턴 System.Threading.Tasks.Task

FileSystemStorageProvider() 공개 메소드

public FileSystemStorageProvider ( IFileSystemAccess fileSystem ) : System.IO
fileSystem IFileSystemAccess
리턴 System.IO

GetAsync() 공개 메소드

public GetAsync ( MobileServiceFile file ) : Task
file MobileServiceFile
리턴 Task