ICachedMountFileInfo extends ICachedMountInfo
Holds information about a mount for a user
Tags
Table of Contents
- getInternalPath() : string
- Return the path for the file within the cached mount
- getMountId() : int|null
- Get the id of the configured mount
- getMountPoint() : string
- getMountPointNode() : Node
- getPath() : string
- getRootId() : int
- getRootInternalPath() : string
- Get the internal path (within the storage) of the root of the mount
- getStorageId() : int
- getUser() : IUser
Methods
getInternalPath()
Return the path for the file within the cached mount
public
getInternalPath() : string
Tags
Return values
string —getMountId()
Get the id of the configured mount
public
getMountId() : int|null
Tags
Return values
int|null —mount id or null if not applicable
getMountPoint()
public
getMountPoint() : string
Tags
Return values
string —the mount point of the mount for the user
getMountPointNode()
public
getMountPointNode() : Node
Tags
Return values
Node —the root node of the mount
getPath()
public
getPath() : string
Tags
Return values
string —getRootId()
public
getRootId() : int
Tags
Return values
int —the fileid of the root of the mount
getRootInternalPath()
Get the internal path (within the storage) of the root of the mount
public
getRootInternalPath() : string
Tags
Return values
string —getStorageId()
public
getStorageId() : int
Tags
Return values
int —the numeric storage id of the mount
getUser()
public
getUser() : IUser