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
- %CredentialsObj
- %WarnedLatest
- %gatewayConnection
- %gatewayExtraClasspaths
- %gatewayHost
- %gatewayName
- %gatewayPort
- %gatewayProxy
- %gatewayTimeout
- %remoteClassname
- %remoteSettings
- BusinessHost
- CallInterval
- Credentials
- EndPoint
- KeepaliveInterval
- ProviderCredentialsFile
- RegistryID
- StorageProvider
- StorageRegion
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- AssignOneSetting()
- CheckGatewayConnection()
- CheckGatewayDisconnection()
- ClearAllAppData()
- ClearRuntimeAppData()
- ClearStaticAppData()
- Connect()
- CredentialsSet()
- Disconnect()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- GetCloudClientJARPaths()
- GetSettings()
- OnGetConnections()
- OnKeepalive()
- OnTask()
- OnTearDown()
- SetPropertyValues()
- deserialize()
- dispatchSendRequestAsync()
- dispatchSendRequestSync()
- serialize()