C# Class generic_cloud_storage_client.OpenStack

Inheritance: ICloudRequest
Afficher le fichier Open project: vcholan/generic-cloud-storage-client Class Usage Examples

Méthodes publiques

Свойство Type Description
_Openstackobject OpenStack
openstackobject OpenStack

Méthodes publiques

Méthode 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 méthode

public Authenticate ( ) : string
Résultat string

CreateFolder() public méthode

public CreateFolder ( string foldername ) : bool
foldername string
Résultat bool

DeleteFile() public méthode

public DeleteFile ( string filename ) : bool
filename string
Résultat bool

DeleteFolder() public méthode

public DeleteFolder ( string foldername ) : bool
foldername string
Résultat bool

DownloadFile() public méthode

public DownloadFile ( string filename ) : void
filename string
Résultat void

ListFiles() public méthode

public ListFiles ( ) : void
Résultat void

ListFolders() public méthode

public ListFolders ( ) : void
Résultat void

OpenStack() public méthode

public OpenStack ( String user, String pass ) : System
user String
pass String
Résultat System

UploadFile() public méthode

public UploadFile ( string filename ) : bool
filename string
Résultat bool

Property Details

_Openstackobject public_oe property

public OpenStack,generic_cloud_storage_client _Openstackobject
Résultat OpenStack

openstackobject public_oe property

public OpenStack,generic_cloud_storage_client openstackobject
Résultat OpenStack