@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
22 lines (14 loc) • 673 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / ToolPingOptions
# Interface: ToolPingOptions
Defined in: [src/tools/ToolPing.ts:21](https://github.com/clickup/ent-framework/blob/master/src/tools/ToolPing.ts#L21)
Ping tool constructor options.
## Properties
| Property | Type |
| ------ | ------ |
| <a id="cluster"></a> `cluster` | [`Cluster`](../classes/Cluster.md)\<[`Client`](../classes/Client.md), `any`\> |
| <a id="shard"></a> `shard?` | `number` |
| <a id="pingexectimems"></a> `pingExecTimeMs?` | `number` |
| <a id="pingpollms"></a> `pingPollMs?` | `number` |
| <a id="pingiswrite"></a> `pingIsWrite?` | `boolean` |