C# 클래스 generic_cloud_storage_client.Rackspace

상속: ICloudRequest
파일 보기 프로젝트 열기: vcholan/generic-cloud-storage-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
container IEnumerable
containerObject IEnumerable

공개 메소드들

메소드 설명
Authenticate ( ) : void
CreateFolder ( string foldername ) : bool
DeleteFile ( string filename ) : bool
DeleteFile ( string container, string objectName ) : bool
DeleteFolder ( string foldername ) : bool
DownloadFile ( string filename ) : void
DownloadFile ( string container, string saveDirectory, string objectName ) : void
ListFiles ( ) : void
ListFiles ( string container ) : void
ListFolders ( ) : void
Rackspace ( string username, string apiKey ) : System
UploadFile ( string filename ) : bool
UploadFile ( string container, string filename ) : bool

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( ) : void
리턴 void

CreateFolder() 공개 메소드

public CreateFolder ( string foldername ) : bool
foldername string
리턴 bool

DeleteFile() 공개 메소드

public DeleteFile ( string filename ) : bool
filename string
리턴 bool

DeleteFile() 공개 메소드

public DeleteFile ( string container, string objectName ) : bool
container string
objectName string
리턴 bool

DeleteFolder() 공개 메소드

public DeleteFolder ( string foldername ) : bool
foldername string
리턴 bool

DownloadFile() 공개 메소드

public DownloadFile ( string filename ) : void
filename string
리턴 void

DownloadFile() 공개 메소드

public DownloadFile ( string container, string saveDirectory, string objectName ) : void
container string
saveDirectory string
objectName string
리턴 void

ListFiles() 공개 메소드

public ListFiles ( ) : void
리턴 void

ListFiles() 공개 메소드

public ListFiles ( string container ) : void
container string
리턴 void

ListFolders() 공개 메소드

public ListFolders ( ) : void
리턴 void

Rackspace() 공개 메소드

public Rackspace ( string username, string apiKey ) : System
username string
apiKey string
리턴 System

UploadFile() 공개 메소드

public UploadFile ( string filename ) : bool
filename string
리턴 bool

UploadFile() 공개 메소드

public UploadFile ( string container, string filename ) : bool
container string
filename string
리턴 bool

프로퍼티 상세

container 공개적으로 프로퍼티

public IEnumerable container
리턴 IEnumerable

containerObject 공개적으로 프로퍼티

public IEnumerable containerObject
리턴 IEnumerable