C# Class generic_cloud_storage_client.Rackspace

Inheritance: ICloudRequest
Show file Open project: vcholan/generic-cloud-storage-client Class Usage Examples

Public Properties

Property Type Description
container IEnumerable
containerObject IEnumerable

Public Methods

Method Description
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

Method Details

Authenticate() public method

public Authenticate ( ) : void
return void

CreateFolder() public method

public CreateFolder ( string foldername ) : bool
foldername string
return bool

DeleteFile() public method

public DeleteFile ( string filename ) : bool
filename string
return bool

DeleteFile() public method

public DeleteFile ( string container, string objectName ) : bool
container string
objectName string
return bool

DeleteFolder() public method

public DeleteFolder ( string foldername ) : bool
foldername string
return bool

DownloadFile() public method

public DownloadFile ( string filename ) : void
filename string
return void

DownloadFile() public method

public DownloadFile ( string container, string saveDirectory, string objectName ) : void
container string
saveDirectory string
objectName string
return void

ListFiles() public method

public ListFiles ( ) : void
return void

ListFiles() public method

public ListFiles ( string container ) : void
container string
return void

ListFolders() public method

public ListFolders ( ) : void
return void

Rackspace() public method

public Rackspace ( string username, string apiKey ) : System
username string
apiKey string
return System

UploadFile() public method

public UploadFile ( string filename ) : bool
filename string
return bool

UploadFile() public method

public UploadFile ( string container, string filename ) : bool
container string
filename string
return bool

Property Details

container public property

public IEnumerable container
return IEnumerable

containerObject public property

public IEnumerable containerObject
return IEnumerable