Fix number type links

This commit is contained in:
Josh Mock
2024-11-20 13:07:25 -06:00
parent d9938f7973
commit 7a997b3405
114 changed files with 834 additions and 834 deletions

View File

@ -52,14 +52,14 @@ interface CcrFollowRequest extends <<RequestBase>> {
index: <<IndexName>>
wait_for_active_shards?: <<WaitForActiveShards>>
leader_index?: <<IndexName>>
max_outstanding_read_requests?: <<_long, long>>
max_outstanding_write_requests?: <<_long, long>>
max_read_request_operation_count?: <<_long, long>>
max_outstanding_read_requests?: <<long>>
max_outstanding_write_requests?: <<long>>
max_read_request_operation_count?: <<long>>
max_read_request_size?: string
max_retry_delay?: <<Duration>>
max_write_buffer_count?: <<_long, long>>
max_write_buffer_count?: <<long>>
max_write_buffer_size?: string
max_write_request_operation_count?: <<_long, long>>
max_write_request_operation_count?: <<long>>
max_write_request_size?: string
read_poll_timeout?: <<Duration>>
remote_cluster?: string