Skip to content

Commit 4708ed6

Browse files
[8.6] Change StorageType to an open enumeration
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent d63a0e3 commit 4708ed6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

output/schema/schema.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/_types/IndexSettings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ export class Storage {
505505
allow_mmap?: boolean
506506
}
507507

508+
/**
509+
* @non_exhaustive
510+
*/
508511
export enum StorageType {
509512
/**
510513
* Default file system implementation. This will pick the best implementation depending on the operating environment, which

0 commit comments

Comments
 (0)