public class QuickIOShareInfo
Information about a local share
AsDirectoryInfo()
Returns a QuickIODirectoryInfo of the current path of this file
public QuickIODirectoryInfo AsDirectoryInfo()
Returns
QuickIODirectoryInfo
AsDirectoryInfoAsync()
Returns a QuickIODirectoryInfo of the current path of this file
public Task<QuickIODirectoryInfo> AsDirectoryInfoAsync()
Returns
QuickIODirectoryInfo
GetDiskInformation()
Returns QuickIODiskInformation of this instance.
public QuickIODiskInformation GetDiskInformation()
Returns
QuickIODiskInformation
Exceptions
UnsupportedShareType
Metadata not supported for this Sharetype. Only available for Disk
Remarks
Only supported for Disk
GetDiskInformationAsync()
Returns QuickIODiskInformation of this instance.
public Task<QuickIODiskInformation> GetDiskInformationAsync()
Returns
QuickIODiskInformation
Exceptions
UnsupportedShareType
Metadata not supported for this Sharetype. Only available for Disk
Remarks
Only supported for Disk
InternalSetRequiredProperties(String server, String shareName, QuickIOShareType shareType, String remark)
Sets the required properties
private void InternalSetRequiredProperties(String server, String shareName, QuickIOShareType shareType, String remark)
Parameters
server
StringServername
shareName
StringName of Share
shareType
QuickIOShareTypeType of share
remark
StringComment or smth
ToString()
Returns the path to this share
public String ToString()
FullName
Returns the path
public String FullName { get; }
IsFileSystem
Returns true if this is a file system share
public Boolean IsFileSystem { get; }
Remark
Comment
public String Remark { get; set; }
Server
The name of the computer that this share belongs to
public String Server { get; set; }