ICICloudTransferActionParams

The ICICloudTransferActionParams interface is used to define or retrieve settings related to the Copy/Move/Download file from cloud storage Event Rule Action.

  • 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 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 GetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams and SetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams

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

    EFT v8.2