Skip to content

Commit 1dcc9a7

Browse files
authored
Change StorageType to an open enumeration (#1997)
1 parent 66fc1fd commit 1dcc9a7

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)