4.5 KiB
4.5 KiB
Migration
Constructor
::: new Migration(transport: Transport); :::
Properties
| Name | Type | Description |
|---|---|---|
acceptedParams |
Record<string, { path: string[]; body: string[]; query: string[]; }> | |
transport |
Transport |
Methods
| Name | Signature | Description |
|---|---|---|
deprecations |
deprecations(this: [That](./That.md), params?: [MigrationDeprecationsRequest](./MigrationDeprecationsRequest.md), options?: [TransportRequestOptionsWithOutMeta](./TransportRequestOptionsWithOutMeta.md)): Promise<[MigrationDeprecationsResponse](./MigrationDeprecationsResponse.md)>; |
Get deprecation information. Get information about different cluster, node, and index level settings that use deprecated features that will be removed or changed in the next major version. TIP: This APIs is designed for indirect use by the Upgrade Assistant. You are strongly recommended to use the Upgrade Assistant. |