ICICloudAzureBlobUploadParams
The ICICloudAzureBlobUploadParams interface is used to define or retrieve settings relating to uploading to 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 RemotePath As String
HRESULT RemotePath([out, retval] BSTR* pVal); HRESULT RemotePath([in] BSTR newVal);
EFT v7.4.6 and later
Property TreatMissingSourceAsSuccess As Boolean
HRESULT TreatMissingSourceAsSuccess([out, retval] VARIANT_BOOL* pVal); HRESULT TreatMissingSourceAsSuccess([in] VARIANT_BOOL newVal);
EFT v7.4.6 and later