TransferConfiguration Class

Definition

Configuration for defining the transfer of data.

public class TransferConfiguration
type TransferConfiguration = class
Public Class TransferConfiguration
Inheritance
TransferConfiguration

Constructors

TransferConfiguration()

Initializes a new instance of the TransferConfiguration class.

TransferConfiguration(TransferConfigurationType, TransferConfigurationTransferFilterDetails, TransferConfigurationTransferAllDetails)

Initializes a new instance of the TransferConfiguration class.

Properties

TransferAllDetails

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

TransferConfigurationType

Gets or sets type of the configuration for transfer. Possible values include: 'TransferAll', 'TransferUsingFilter'

TransferFilterDetails

Gets or sets map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.

Methods

Validate()

Validate the object.

Applies to