C# Class generic_cloud_storage_client.Rackspace

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

Méthodes publiques

Свойство Type Description
container IEnumerable
containerObject IEnumerable

Méthodes publiques

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

public Authenticate ( ) : void
Résultat void

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

DeleteFile() public méthode

public DeleteFile ( string container, string objectName ) : bool
container string
objectName 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

DownloadFile() public méthode

public DownloadFile ( string container, string saveDirectory, string objectName ) : void
container string
saveDirectory string
objectName string
Résultat void

ListFiles() public méthode

public ListFiles ( ) : void
Résultat void

ListFiles() public méthode

public ListFiles ( string container ) : void
container string
Résultat void

ListFolders() public méthode

public ListFolders ( ) : void
Résultat void

Rackspace() public méthode

public Rackspace ( string username, string apiKey ) : System
username string
apiKey string
Résultat System

UploadFile() public méthode

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

UploadFile() public méthode

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

Property Details

container public_oe property

public IEnumerable container
Résultat IEnumerable

containerObject public_oe property

public IEnumerable containerObject
Résultat IEnumerable