TransferConfiguration interface

Configuration for defining the transfer of data.

Properties

transferAllDetails

Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll

transferConfigurationType

Type of the configuration for transfer.

transferFilterDetails

Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

Property Details

transferAllDetails

Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll

transferAllDetails?: TransferConfigurationTransferAllDetails

Property Value

transferConfigurationType

Type of the configuration for transfer.

transferConfigurationType: TransferConfigurationType

Property Value

transferFilterDetails

Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

transferFilterDetails?: TransferConfigurationTransferFilterDetails

Property Value