TransferConfigurationType Enum

Definition

Defines values for TransferConfigurationType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TransferConfigurationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TransferConfigurationType = 
Public Enum TransferConfigurationType
Inheritance
TransferConfigurationType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

TransferAll 0

Transfer all the data.

TransferUsingFilter 1

Transfer using filter.

Applies to