ScanNtfsVolumeJobRequest Class |
Namespace: SOS.SDK.Contracts.DataContracts.Requests
public class ScanNtfsVolumeJobRequest : RunJobRequest
The ScanNtfsVolumeJobRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ScanNtfsVolumeJobRequest | Initializes a new instance of the ScanNtfsVolumeJobRequest class |
| Name | Description | |
|---|---|---|
| CallingProcessName |
The name of the Windows Process, running under required Windows User permissions.
| |
| Exclusions |
A list of files for exclude from scanning results.
| |
| FilterExtension |
A list of file extensions for include to scanning results. Only files of those types will be included to scanning results.
| |
| FolderNamesToExclude |
A list of folder paths for exclude from scanning results.
| |
| Identity | Identity IdentityContract object with valid SDK Token. (Inherited from AuthorizedRequest.) | |
| Inclusions |
A list of folder paths for include to scanning results. Empty list provide to empty scanning results.
| |
| VolumeName |
Volume name for scanning (for example 'C:').
| |
| WindowsUser |
The name of the Windows User who has the permissions for access to the requested files and folders.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetIdentity | Get associated IdentityContract instance. (Inherited from AuthorizedRequest.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |