ICachedMountInfo

interface OCP\Files\Config\ICachedMountInfo
Holds information about a mount for a user
Implemented by:OC\Files\Config\CachedMountInfo
Source:lib/public/Files/Config/ICachedMountInfo.php#34

Methods

public OCP\Files\Config\ICachedMountInfo::getUser()
Source:lib/public/Files/Config/ICachedMountInfo.php#39
Returns:\OCP\IUser
Since:9.0.0
public OCP\Files\Config\ICachedMountInfo::getStorageId()
Source:lib/public/Files/Config/ICachedMountInfo.php#45
Returns:int the numeric storage id of the mount
Since:9.0.0
public OCP\Files\Config\ICachedMountInfo::getRootId()
Source:lib/public/Files/Config/ICachedMountInfo.php#51
Returns:int the fileid of the root of the mount
Since:9.0.0
public OCP\Files\Config\ICachedMountInfo::getMountPointNode()
Source:lib/public/Files/Config/ICachedMountInfo.php#57
Returns:\OCP\Files\Node the root node of the mount
Since:9.0.0
public OCP\Files\Config\ICachedMountInfo::getMountPoint()
Source:lib/public/Files/Config/ICachedMountInfo.php#63
Returns:string the mount point of the mount for the user
Since:9.0.0
public OCP\Files\Config\ICachedMountInfo::getMountId()
Get the id of the configured mount
Source:lib/public/Files/Config/ICachedMountInfo.php#71
Returns:int | null mount id or null if not applicable
Since:9.1.0
public OCP\Files\Config\ICachedMountInfo::getRootInternalPath()
Get the internal path (within the storage) of the root of the mount
Source:lib/public/Files/Config/ICachedMountInfo.php#79
Returns:string
Since:11.0.0