Method | Description | |
---|---|---|
DownloadObject ( string container, string path ) : Task |
||
GetContainers ( ) : Task |
||
GetObjects ( string container, string path ) : Task |
||
SwiftClient ( KeeAnywhere.StorageProviders.HubiC.HubiCCredentials credentials ) : System | ||
UploadObject ( string container, string path, Stream stream ) : Task |
Method | Description | |
---|---|---|
GetClient ( ) : |
public DownloadObject ( string container, string path ) : Task |
||
container | string | |
path | string | |
return | Task |
public GetObjects ( string container, string path ) : Task |
||
container | string | |
path | string | |
return | Task |
public SwiftClient ( KeeAnywhere.StorageProviders.HubiC.HubiCCredentials credentials ) : System | ||
credentials | KeeAnywhere.StorageProviders.HubiC.HubiCCredentials | |
return | System |
public UploadObject ( string container, string path, Stream stream ) : Task |
||
container | string | |
path | string | |
stream | Stream | |
return | Task |