IFileLinkInfo
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Represents information about the file.
public abstract interface IFileLinkInfo : TagBites.IO.IFileSystemStructureLinkInfo
Properties
ContentPath
Gets a string representing the path to the content of file.
public string ContentPath { get; }
Result Type: string
Hash
Gets the hash value for a file. <returns>A TagBites.IO.FileHash object representing hash value for a file.</returns>
public FileHash Hash { get; }
Result Type: FileHash
Length
Gets the size, in bytes, of the current file.
public long Length { get; }
Result Type: long