Class FileInfo
- Namespace
- Phoesion.Glow.SDK.HologramDescriptors
- Assembly
- Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class FileInfo
- Inheritance
-
objectFileInfo
Properties
CacheControl
[Key("CacheControl")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CacheControl { get; set; }
Property Value
FileSize
[Key("FileSize")]
public long FileSize { get; set; }
Property Value
Filename
[Key("Filename")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Filename { get; set; }
Property Value
Flags
[Key("eFlags")]
public FileInfo.eFlags Flags { get; set; }
Property Value
Hash
[Key("Hash")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Hash { get; set; }
Property Value
Headers
[Key("Headers")]
public List<FileInfo.HeaderKV> Headers { get; set; }
Property Value
Methods
Clone()
public FileInfo Clone()