ICICloudAzureBlobGeneralParams

The ICICloudAzureBlobGeneralParams interface is used to define or retrieve settings relating to the Azure storage. Used in ICICloudTransferActionParamsGetAzureBlobGeneralParams and Sub SetAzureBlobGeneralParams.

  • Property AdditionalHeaders As String

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

    EFT v7.4.6 and later

  • Property AuthType As AzureBlobAuthType

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

    EFT v7.4.6 and later

  • Property ConnectionRetryAttempts As Long

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

    EFT v7.4.6 and later

  • Property ConnectionTimeoutSeconds As Long

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

    EFT v7.4.6 and later

  • Property ContainerURL As String

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

    EFT v7.4.6 and later

  • Property MaxConcurrentThreads As Long

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

    EFT v7.4.6 and later

  • Property ProxyHostName As String

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

    EFT v7.4.6 and later

  • Property ProxyPassword As String

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

    EFT v7.4.6 and later

  • Property ProxyPort As Long

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

    EFT v7.4.6 and later

  • Property ProxyUserName As String

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

    EFT v7.4.6 and later

  • Property RetryDelaySeconds As Long

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

    EFT v7.4.6 and later

  • Property SASToken As String

  • HRESULT SASToken([out, retval] BSTR* pVal);
    HRESULT SASToken([in] BSTR newVal);
  • EFT 7.4.9 and later

  • Property SharedKey As String

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

    EFT v7.4.6 and later

  • Property UseProxy As Boolean

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

    EFT v7.4.6 and later

  • Property VerifyIntegrity As Boolean

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

    EFT v7.4.6 and later