DatabaseFileType type
Определяет значения для DatabaseFileType. Возможные значения: "Rows", "Log", "Filestream", "NotSupported", "Fulltext"
type DatabaseFileType =
| "Rows"
| "Log"
| "Filestream"
| "NotSupported"
| "Fulltext"