Table of Contents

Class FileInfo

Namespace
Phoesion.Glow.SDK.HologramDescriptors
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class FileInfo
Inheritance
object
FileInfo

Properties

CacheControl

[Key("CacheControl")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string CacheControl { get; set; }

Property Value

string

FileSize

[Key("FileSize")]
public long FileSize { get; set; }

Property Value

long

Filename

[Key("Filename")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Filename { get; set; }

Property Value

string

Flags

[Key("eFlags")]
public FileInfo.eFlags Flags { get; set; }

Property Value

FileInfo.eFlags

Hash

[Key("Hash")]
[MessagePackFormatter(typeof(StringInterningFormatter))]
public string Hash { get; set; }

Property Value

string

Headers

[Key("Headers")]
public List<FileInfo.HeaderKV> Headers { get; set; }

Property Value

List<FileInfo.HeaderKV>

Methods

Clone()

public FileInfo Clone()

Returns

FileInfo