次の方法で共有


TransferConfigurationType 列挙型

定義

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
継承
TransferConfigurationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

TransferAll 0

すべてのデータを転送します。

TransferUsingFilter 1

フィルターを使用した転送。

適用対象