ICICloudAzureBlobDownloadParams

The ICICloudAzureBlobDownloadParams interface is used to define or retrieve settings relating to downloading from the Azure blob storage.

  • Property DeleteSourceAfterTransfer As Boolean

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

    EFT v7.4.6 and later

  • Property LocalPath As String

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

    EFT v7.4.6 and later

  • Property MatchingFileNamePolicy As AzureBlobMatchingFileNamePolicy

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

    EFT v7.4.6 and later

  • Property NoDeleteWhenSameName As Boolean

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

    EFT v7.4.6 and later

  • Property RemotePath As String

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

    EFT v7.4.6 and later

  • Property RenameTransferredFile As Boolean

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

    EFT v7.4.6 and later

  • Property RenameTransferredFileTo As String

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

    EFT v7.4.6 and later