ICICloudAWSS3DownloadParams

The ICICloudAWSSS3DownloadParams interface is used to define or retrieve settings relating to downloading from the AWS S3 storage.

  • Property DeleteSourceAfterTransfer As Boolean fterTransfer

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

    EFT v7.4.6

  • Property LocalPath As String

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

    EFT v7.4.6

  • Property MatchingFileNamePolicy As AWSS3MatchingFileNamePolicy

  • HRESULT MatchingFileNamePolicy([out, retval] AWSS3MatchingFileNamePolicy* pVal);
    HRESULT MatchingFileNamePolicy([in] AWSS3MatchingFileNamePolicy newVal);
  • Property NoDeleteWhenSameName As Boolean

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

    EFT v7.4.6

  • Property RemotePath As String

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

    EFT v7.4.6

  • Property RenameTransferredFile As Boolean

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

    EFT v7.4.6

  • Property RenameTransferredFileTo As String

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

    EFT v7.4.6