C# Class generic_cloud_storage_client.OpenStack

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

Public Properties

Property Type Description
_Openstackobject OpenStack
openstackobject OpenStack

Public Methods

Method Description
Authenticate ( ) : string
CreateFolder ( string foldername ) : bool
DeleteFile ( string filename ) : bool
DeleteFolder ( string foldername ) : bool
DownloadFile ( string filename ) : void
ListFiles ( ) : void
ListFolders ( ) : void
OpenStack ( String user, String pass ) : System
UploadFile ( string filename ) : bool

Method Details

Authenticate() public method

public Authenticate ( ) : string
return string

CreateFolder() public method

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

DeleteFile() public method

public DeleteFile ( string filename ) : bool
filename 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

ListFiles() public method

public ListFiles ( ) : void
return void

ListFolders() public method

public ListFolders ( ) : void
return void

OpenStack() public method

public OpenStack ( String user, String pass ) : System
user String
pass String
return System

UploadFile() public method

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

Property Details

_Openstackobject public property

public OpenStack,generic_cloud_storage_client _Openstackobject
return OpenStack

openstackobject public property

public OpenStack,generic_cloud_storage_client openstackobject
return OpenStack