Click or drag to resize

ExclusionFilesSettingsContract Class

Settings of Exclusion files filter.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsExclusionFilesSettingsContract

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

The ExclusionFilesSettingsContract type exposes the following members.

Constructors
  NameDescription
Public methodExclusionFilesSettingsContract
Initializes a new instance of the ExclusionFilesSettingsContract class
Top
Properties
  NameDescription
Public propertyExcludeFilesLargerThanMb
Exclude files, larger than..., MB.
Public propertyExcludeFilesLargerThanMbEnabled
Is exclusion by maximum file size enabled.
Public propertyExcludeFilesOlderThanDateTicks
Exclude files, older than..., ticks.
Public propertyExcludeFilesOlderThanDateTicksEnabled
Is exclusion by file age enabled.
Public propertyExcludeFilesSmallerThanKb
Exclude files, smaller than..., MB.
Public propertyExcludeFilesSmallerThanKbEnabled
Is exclusion by minimum file size enabled.
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