24 ::ll::TypedStorage<8, 8, ::Scheduler&> scheduler;
25 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> fullPath;
26 ::ll::TypedStorage<8, 32, ::std::string> levelId;
27 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> dbSubfolder;
28 ::ll::TypedStorage<8, 8, ::ContentIdentity const*> contentIdentity;
29 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::IContentKeyProvider const>> keyProvider;
30 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::SaveTransactionManager>> saveTransactionManager;
31 ::ll::TypedStorage<8, 8, ::std::chrono::nanoseconds> compactionInterval;
32 ::ll::TypedStorage<8, 8, ::std::chrono::nanoseconds> writeFlushInterval;
33 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Core::FileStorageArea>> storageArea;
34 ::ll::TypedStorage<1, 1, bool> enableCompactionListener;
35 ::ll::TypedStorage<1, 1, bool> enableStorage;
36 ::ll::TypedStorage<1, 1, bool> enableSnapshots;
37 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::LevelStorageEventing>> levelStorageEventing;
Definition ContentIdentity.h:8
Definition IContentKeyProvider.h:13