Skip to main content

EnsLib.CloudStorage.InboundAdapter

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

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = BucketName:Cloud Storage,BlobNamePrefix:Cloud Storage,BlobNamePattern:Cloud Storage,DeleteAfterDownload: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

property BlobNamePattern as %String (MAXLEN = 1000);
Blob name pattern, used to filter blobs on client. Support wildcards ? and *.
Property methods: BlobNamePatternDisplayToLogical(), BlobNamePatternGet(), BlobNamePatternIsValid(), BlobNamePatternLogicalToDisplay(), BlobNamePatternLogicalToOdbc(), BlobNamePatternNormalize(), BlobNamePatternSet()
property BlobNamePrefix as %String (MAXLEN = 1000);
Blob name prefix, used to filter blobs on server.
Property methods: BlobNamePrefixDisplayToLogical(), BlobNamePrefixGet(), BlobNamePrefixIsValid(), BlobNamePrefixLogicalToDisplay(), BlobNamePrefixLogicalToOdbc(), BlobNamePrefixNormalize(), BlobNamePrefixSet()
property BucketName as %String (MAXLEN = 1000);
Bucket name
Property methods: BucketNameDisplayToLogical(), BucketNameGet(), BucketNameIsValid(), BucketNameLogicalToDisplay(), BucketNameLogicalToOdbc(), BucketNameNormalize(), BucketNameSet()
property DeleteAfterDownload as %Boolean [ InitialExpression = 1 ];
Flag to indicate whether deleting the blob after downlaod
Property methods: DeleteAfterDownloadDisplayToLogical(), DeleteAfterDownloadGet(), DeleteAfterDownloadIsValid(), DeleteAfterDownloadLogicalToDisplay(), DeleteAfterDownloadNormalize(), DeleteAfterDownloadSet()

Methods

method CreateInboundInput(pInput As %Net.Remote.Object) as InboundInput
method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab