MSFT_FSRMFMJNotification class
Represents a file management job notification.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMFMJNotification
{
uint32 Days;
MSFT_FSRMFMJNotificationAction Action[];
};
Members
The MSFT_FSRMFMJNotification class has these types of members:
Methods
The MSFT_FSRMFMJNotification class has these methods.
Method | Description |
---|---|
CreateFMJNotification | Creates an instance of the MSFT_FSRMFMJNotification class representing a file management job notification. |
Properties
The MSFT_FSRMFMJNotification class has these properties.
-
Action
-
-
Data type: MSFT_FSRMFMJNotificationAction array
-
Access type: Read/write
-
Qualifiers: EmbeddedInstance ("MSFT_FSRMFMJNotificationAction")
An array of MSFT_FSRMFMJNotificationAction instances that represent the actions that the file management job will perform when the notification happens.
-
-
Days
-
-
Data type: uint32
-
Access type: Read/write
A unique notification value to add. The value cannot be less than zero.
The Days property specifies the number of days before the file is to expire. If the appropriate conditions set in the job are met, notification will be sent to the user to let them know that the file is about to expire. FSRM uses the actions associated with the notification value to determine how the user is notified.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\FSRM |
MOF |
|
DLL |
|