Click or drag to resize

RecoveryFilterContract Class

Description of the filter for recovery operation.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.Jobs.RecoveryRecoveryFilterContract

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

The RecoveryFilterContract type exposes the following members.

Constructors
  NameDescription
Public methodRecoveryFilterContract
Initializes a new instance of the RecoveryFilterContract class
Top
Properties
  NameDescription
Public propertyDateFrom
Min Date/Time when file was backed up.
Public propertyDateTo
Max Date/Time when file was backed up.
Public propertyFileName
Filter for file name (part or whole name of file). Wildcards not supported.
Public propertyFileSizeInKbFrom
Min file size, KB.
Public propertyFileSizeInKbTo
Max file size, KB.
Public propertyPathFilter
Path to the file.
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