Return total size in bytes of all files in this directory. This is currently quantized to RAMOutputStream.BUFFER_SIZE.

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public long SizeInBytes()
Visual Basic
Public Function SizeInBytes As Long
Visual C++
public:
long long SizeInBytes()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.RAMDirectory.SizeInBytes"]

See Also