Skip to main content

EnsLib.CloudStorage.OutboundAdapter

class EnsLib.CloudStorage.OutboundAdapter extends EnsLib.PEX.OutboundAdapter, EnsLib.CloudStorage.Common

Method Inventory

Methods

method DeleteBlob(bucketName As %String, blobName As %String) as %Status
method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method UploadBlobFromFile(bucketName As %String, blobName As %String, filePath As %String) as %Status
method UploadBlobFromStream(bucketName As %String, blobName As %String, content As %Stream.Object) as %Status
method UploadBlobFromString(bucketName As %String, bolbName As %String, content As %String) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab