Click or drag to resize

BackupJobProgressContractFileStates Property

Array of the FileStateContract. This files is in progress right now.

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public FileStateContract[] FileStates { get; set; }

Property Value

Type: FileStateContract
Remarks
Array, because backup can process several files simultaneously. Existing just for show 'small' progress, shows only files, processed right now, without collecting of whole history. Some files can be excluded from this array, if they was completed between collection ticks.
See Also