Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

EnsLib.CloudStorage.BusinessOperation

class EnsLib.CloudStorage.BusinessOperation extends Ens.BusinessOperation

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.CloudStorage.OutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc
parameter SETTINGS = BucketName:Cloud Storage;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

Inherited description: The adapter instance
Property methods: AdapterGet(), AdapterGetSwizzled(), AdapterIsValid(), AdapterNewObject(), AdapterSet()
property BucketName as %String (MAXLEN = 1000);
Bucket name
Property methods: BucketNameDisplayToLogical(), BucketNameGet(), BucketNameIsValid(), BucketNameLogicalToDisplay(), BucketNameLogicalToOdbc(), BucketNameNormalize(), BucketNameSet()

Methods

method Delete(request As EnsLib.CloudStorage.DeleteRequest, Output response As Ens.Response) as %Status
method Upload(request As EnsLib.CloudStorage.UploadRequest, Output response As Ens.Response) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab