Click or drag to resize

FileVersionContract Class

Description of the one version of the backed up file (from Recovery Info).
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.RecoveryFileVersionContract

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

The FileVersionContract type exposes the following members.

Constructors
  NameDescription
Public methodFileVersionContract
Initializes a new instance of the FileVersionContract class
Top
Properties
  NameDescription
Public propertyCreatedAt
Date/Time when file was created.
Public propertyDeltaId
Unique identifier of the Delta file. Used for partial upload of the partialy changed file.
Public propertyFileId
Unique identifier of backed up file (is same for all versions of file).
Public propertySizeBytes
Size of the file, 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 (Inherited from Object.)
Top
See Also