FileSystemSessionItem Size Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the byte size of the item, depending on implementation this property may return approximate sizes for files and directories (i.e in distributed systems)

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ulong Size { get; }

Property Value

Type: OnlineUInt64
See Also