ICICloudStorageMonitorEventRuleParams

The ICICloudStorageMonitorEventRuleParams interface is used to specify the cloud storage options in the Cloud Connector module.

Members (listed alphabetically)

  • Property ArchiveProcessedFiles As Boolean

    HRESULT ArchiveProcessedFiles([out, retval] VARIANT_BOOL *pVal);
    HRESULT ArchiveProcessedFiles([in] VARIANT_BOOL newVal);
  • EFT v7.4.6 and later

  • Property ArchiveSubFolderName As String

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

    EFT v7.4.6 and later

  • Property CloudProviderType As CloudProviderType

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

    EFT v7.4.6 and later

  • Property ConnectionProfileName As String

  • HRESULT ConnectionProfileName([out, retval] BSTR *pValName);
    HRESULT ConnectionProfileName([in] BSTR newValName);

    EFT v7.4.6 and later

  • 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 and later

  • 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 and later

  • Function GetAzureDLSgen2GeneralParams() As CICloudAzureBlobGeneralParams  and Sub SetAzureDLSgen2GeneralParams(pVal As CICloudAzureBlobGeneralParams)

  • HRESULT GetAzureDLSgen2GeneralParams([out, retval] ICICloudAzureBlobGeneralParams** ppVal);
    HRESULT SetAzureDLSgen2GeneralParams([in] ICICloudAzureBlobGeneralParams* pVal);

    EFT v8.0.1 and later

  • Function GetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams and SetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams

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

    EFT v8.2

  • Property IncludeSubfolders As Boolean

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

    EFT v7.4.6 and later

  • Property IncludeTimestampInArchivedFileNames As Boolean  

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

    EFT v7.4.6 and later

  • Property Path As String

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

    EFT v7.4.6 and later

  • Property ScanInterval As Long

  • HRESULT ScanInterval([out, retval] long *pVal);
    HRESULT ScanInterval([in] long newVal);

    EFT v7.4.6 and later

  • Property ScanIntervalType As CloudStorageMonitorScanIntervalUnitType

  • HRESULT ScanIntervalType([out, retval] CloudStorageMonitorScanIntervalUnitType *pVal);
    HRESULT ScanIntervalType([in] CloudStorageMonitorScanIntervalUnitType newVal);

    EFT v7.4.6 and later