class EnsLib.CloudStorage.InboundAdapter
extends EnsLib.CloudStorage.Common, EnsLib.PEX.InboundAdapter
parameter SETTINGS = "BucketName:Cloud Storage,BlobNamePrefix:Cloud Storage,BlobNamePattern:Cloud Storage,DeleteAfterDownload:Cloud Storage";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property BlobNamePattern
as %String(MAXLEN=1000);
Blob name pattern, used to filter blobs on client. Support wildcards ? and *.
property BlobNamePrefix
as %String(MAXLEN=1000);
Blob name prefix, used to filter blobs on server.
property BucketName
as %String(MAXLEN=1000);
Bucket name
property DeleteAfterDownload
as %Boolean [ InitialExpression = 1 ];
Flag to indicate whether deleting the blob after downlaod