Device.GetInboundMappedDriveHistory
Method | GetInboundMappedDriveHistory |
---|---|
Module | Device |
Library | Core |
Action | Retrieves information about any connected shared folders or drives this device uses on remote servers. |
Parameters | None |
Return values | One row per instance of remote mapped drive usage at the time the share was established. A given server/share pair may appear in more than one row for different IP addresses or ports.
|
Example | Device.GetInboundMappedDriveHistory(); |
Platforms |
|
Notes | "Inbound" refers to the perspective of the device on which the Tachyon Agent is running, i.e. the shares in question are those provided by external servers to the device, not shares exported by the device. |