Click or drag to resize

LiteDatabaseFileStorage Property

Returns a special collection for storage files/stream inside datafile. Use _files and _chunks collection names. FileId is implemented as string. Use "GetStorage" for custom options

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteStorage<string> FileStorage { get; }

Property Value

ILiteStorageString

Implements

ILiteDatabaseFileStorage
See Also