次の方法で共有


DataBoxDiskGranularCopyProgress クラス

定義

DataBox ディスクの詳細なコピーの進行状況。

public class DataBoxDiskGranularCopyProgress : Azure.ResourceManager.DataBox.Models.GranularCopyProgress
type DataBoxDiskGranularCopyProgress = class
    inherit GranularCopyProgress
Public Class DataBoxDiskGranularCopyProgress
Inherits GranularCopyProgress
継承
DataBoxDiskGranularCopyProgress

プロパティ

AccountId

データをアップロードする必要があるアカウントの ID。

(継承元 GranularCopyProgress)
Actions

ジョブで使用可能なアクション。

(継承元 GranularCopyProgress)
BytesProcessed

転送されたバイト数を示す。

(継承元 GranularCopyProgress)
CopyStatus

コピーの状態。

DataAccountType

データ アカウントの種類。

(継承元 GranularCopyProgress)
DirectoriesErroredOut

ジョブでエラーが発生したディレクトリを示す。

(継承元 GranularCopyProgress)
Error

ステージにエラーがある場合。

(継承元 GranularCopyProgress)
FilesErroredOut

コピーできなかったファイルの数。

(継承元 GranularCopyProgress)
FilesProcessed

処理されたファイルの数。

(継承元 GranularCopyProgress)
InvalidDirectoriesProcessed

ディレクトリの名前が変更されたことを示す。

(継承元 GranularCopyProgress)
InvalidFileBytesUploaded

自動名前変更によって処理された Azure の名前付け規則に準拠していないデータの合計量。

(継承元 GranularCopyProgress)
InvalidFilesProcessed

自動名前変更によって処理された Azure の名前付け規則に準拠していないファイルの数。

(継承元 GranularCopyProgress)
IsEnumerationInProgress

データの列挙が進行中かどうかを示す。 これが true になるまでは、TotalBytesToProcess が有効でない可能性があります。

(継承元 GranularCopyProgress)
RenamedContainerCount

自動名前変更によって処理された Azure の名前付け規則に準拠していないフォルダーの数。

(継承元 GranularCopyProgress)
SerialNumber

ディスクシリアル番号。

StorageAccountName

ストレージ アカウントの名前。 これは、ストレージ アカウント以外のデータ アカウントの種類では空になります。

(継承元 GranularCopyProgress)
TotalBytesToProcess

ジョブによって処理されるデータの合計量。

(継承元 GranularCopyProgress)
TotalFilesToProcess

処理するファイルの合計。

(継承元 GranularCopyProgress)
TransferType

データの転送の種類。

(継承元 GranularCopyProgress)

適用対象