次の方法で共有


TransferManagerOptions クラス

定義

すべての転送に適用される TransferManager のオプション。

public class TransferManagerOptions
type TransferManagerOptions = class
Public Class TransferManagerOptions
継承
TransferManagerOptions

コンストラクター

TransferManagerOptions()

すべての転送に適用される TransferManager のオプション。

プロパティ

CheckpointerOptions

省略可能。 転送を再開できるように転送状態を保存するために使用されるチェックポイントを作成するためのオプションを定義します。

Diagnostics

転送マネージャーの診断オプションを取得します。

ErrorHandling

省略可能。 転送中のエラーの処理方法を設定します。 既定値は StopOnAllFailures です。

MaximumConcurrency

並列転送で使用できるワーカーの最大数。

適用対象