Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / StorageStatusResult
Interface: StorageStatusResult
Defined in: packages/cli/src/commands/storage.ts:49
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
auditDb | readonly | { enabled: boolean; exists?: boolean; path?: string; } | packages/cli/src/commands/storage.ts:56 |
auditDb.enabled | readonly | boolean | packages/cli/src/commands/storage.ts:57 |
auditDb.exists? | readonly | boolean | packages/cli/src/commands/storage.ts:59 |
auditDb.path? | readonly | string | packages/cli/src/commands/storage.ts:58 |
cipherPeer | readonly | { hint?: string; installed: boolean; } | packages/cli/src/commands/storage.ts:53 |
cipherPeer.hint? | readonly | string | packages/cli/src/commands/storage.ts:53 |
cipherPeer.installed | readonly | boolean | packages/cli/src/commands/storage.ts:53 |
encryption | readonly | { cipher?: string; enabled: boolean; } | packages/cli/src/commands/storage.ts:52 |
encryption.cipher? | readonly | string | packages/cli/src/commands/storage.ts:52 |
encryption.enabled | readonly | boolean | packages/cli/src/commands/storage.ts:52 |
mainDb | readonly | { exists: boolean; sizeBytes?: number; } | packages/cli/src/commands/storage.ts:54 |
mainDb.exists | readonly | boolean | packages/cli/src/commands/storage.ts:54 |
mainDb.sizeBytes? | readonly | number | packages/cli/src/commands/storage.ts:54 |
mode | readonly | "lib" | "server" | packages/cli/src/commands/storage.ts:51 |
path | readonly | string | packages/cli/src/commands/storage.ts:50 |
walFile | readonly | { exists: boolean; sizeBytes?: number; } | packages/cli/src/commands/storage.ts:55 |
walFile.exists | readonly | boolean | packages/cli/src/commands/storage.ts:55 |
walFile.sizeBytes? | readonly | number | packages/cli/src/commands/storage.ts:55 |