TransferConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET