@terascope/opensearch-client / client/method-helpers/exists
client/method-helpers/exists
Functions
convertExistsParams()
convertExistsParams(
params,distributionMeta): {id:string;index:string;preference?:string;realtime?:boolean;refresh?:boolean;routing?:string; } | {id:string;index:string;preference?:string;realtime?:boolean;refresh?:boolean;routing?:string;type:string; }
Defined in: opensearch-client/src/client/method-helpers/exists.ts:3
Parameters
| Parameter | Type |
|---|---|
params | ExistsParams |
distributionMeta | ClientMetadata |
Returns
{ id: string; index: string; preference?: string; realtime?: boolean; refresh?: boolean; routing?: string; } | { id: string; index: string; preference?: string; realtime?: boolean; refresh?: boolean; routing?: string; type: string; }