ICICloudDownloadActionParams

The ICICloudDownloadActionParams interface is used to define or retrieve settings relating to related to the Download file from cloud storage Event Rule Action.  ICIUploadActionParams and ICIDownloadActionParams are subclasses that inherited from the parent ICITransferActionParams IDispatch interface.

  • Property CloudProviderType As CloudProviderType

  • HRESULT CloudProviderType([out, retval] CloudProviderType* pVal);
    HRESULT CloudProviderType([in] CloudProviderType newVal);

    EFT v7.4.6

    Property ConnectionProfileName As String

    HRESULT ConnectionProfileName([out, retval] BSTR *pValName);
    HRESULT ConnectionProfileName([in] BSTR newValName);

    EFT v7.4.6

  • Function GetAWSS3GeneralParams() As CICloudAWSS3GeneralParams and Sub SetAWSS3GeneralParams(pVal As CICloudAWSS3GeneralParams)

  • HRESULT GetAWSS3GeneralParams([out, retval] ICICloudAWSS3GeneralParams** ppVal);
    HRESULT SetAWSS3GeneralParams([in] ICICloudAWSS3GeneralParams* pVal);

    EFT v7.4.6

  • Function GetAWSS3DownloadParams() As CICloudAWSS3DownloadParams and Sub SetAWSS3DownloadParams(pVal As CICloudAWSS3DownloadParams)

  • HRESULT GetAWSS3UploadParams([out, retval] ICICloudAWSS3UploadParams** ppVal);
    HRESULT SetAWSS3UploadParams([in] ICICloudAWSS3UploadParams* pVal);

    EFT v7.4.6

    Function GetAzureBlobGeneralParams() As CICloudAzureBlobGeneralParams and Sub SetAzureBlobGeneralParams(pVal As CICloudAzureBlobGeneralParams)

    HRESULT GetAzureBlobGeneralParams([out, retval] ICICloudAzureBlobGeneralParams** ppVal);
    HRESULT SetAzureBlobGeneralParams([in] ICICloudAzureBlobGeneralParams* pVal);

    EFT v7.4.6

  • Function GetAzureBlobDownloadParams() As CICloudAzureBlobDownloadParams and Sub SetAzureBlobDownloadParams(pVal As CICloudAzureBlobDownloadParams)

  • HRESULT GetAzureBlobUploadParams([out, retval] ICICloudAzureBlobUploadParams** ppVal);
    HRESULT SetAzureBlobUploadParams([in] ICICloudAzureBlobUploadParams* pVal);

    EFT v7.4.6

  • Function GetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams and SetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams

  • HRESULT GetGoogleDriveGeneralParams([out, retval] ICICloudGoogleDriveGeneralParams** ppVal);
    HRESULT SetGoogleDriveGeneralParams([in] ICICloudGoogleDriveGeneralParams* pVal);

    EFT v8.2