MSFT_NfsShareEvent class
Represents an event on a Windows NFS share.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
[ClassVersion("1.0"), Indication, dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsShareEvent
{
uint32 Event;
MSFT_NfsShare Share;
};
Members
The MSFT_NfsShareEvent class has these types of members:
Properties
The MSFT_NfsShareEvent class has these properties.
-
Event
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: key
The event.
-
-
CreateShareEvent (0)
-
ModifyShareEvent (1)
-
RemoveShareEvent (2)
Share
-
Data type: MSFT_NfsShare
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("MSFT_NfsShare")
An embedded MSFT_NfsShare instance that represents the share.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\NFS |
MOF |
|
DLL |
|