Click or drag to resize

FileStateContract Class

Describes the state of the file currently being processed.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.BackupFileStateContract

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.Backup
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class FileStateContract

The FileStateContract type exposes the following members.

Constructors
  NameDescription
Public methodFileStateContract
Initializes a new instance of the FileStateContract class
Top
Properties
  NameDescription
Public propertyCompletedSizeBytes
Already completed size of the File in bytes.
Public propertyName
Name of the File.
Public propertyStatus
Description of the File status.
Public propertyTotalSizeBytes
Total size of the File in bytes.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also