ILiteDatabaseGetStorageTFileId Method |
Get new instance of Storage using custom FileId type, custom "_files" collection name and custom "_chunks" collection. LiteDB support multiples file storages (using different files/chunks collection names)
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxILiteStorage<TFileId> GetStorage<TFileId>(
string filesCollection = "_files",
string chunksCollection = "_chunks"
)
Parameters
- filesCollection String (Optional)
-
- chunksCollection String (Optional)
-
Type Parameters
- TFileId
Return Value
ILiteStorageTFileId
See Also