FSEventStreamCreateOptions.DeviceToWatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dev_t corresponding to the device which you want to receive notifications from.
The dev_t is the same as the st_dev field from a stat structure of a
file on that device or the f_fsid[0] field of a statfs structure.
public ulong? DeviceToWatch { get; set; }
member this.DeviceToWatch : Nullable<uint64> with get, set