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

@ -54,16 +54,16 @@ interface CcrPutAutoFollowPatternRequest extends <<RequestBase>> {
follow_index_pattern?: <<IndexPattern>>
leader_index_patterns?: <<IndexPatterns>>
leader_index_exclusion_patterns?: <<IndexPatterns>>
max_outstanding_read_requests?: <<_integer, integer>>
max_outstanding_read_requests?: <<integer>>
settings?: Record<string, any>
max_outstanding_write_requests?: <<_integer, integer>>
max_outstanding_write_requests?: <<integer>>
read_poll_timeout?: <<Duration>>
max_read_request_operation_count?: <<_integer, integer>>
max_read_request_operation_count?: <<integer>>
max_read_request_size?: <<ByteSize>>
max_retry_delay?: <<Duration>>
max_write_buffer_count?: <<_integer, integer>>
max_write_buffer_count?: <<integer>>
max_write_buffer_size?: <<ByteSize>>
max_write_request_operation_count?: <<_integer, integer>>
max_write_request_operation_count?: <<integer>>
max_write_request_size?: <<ByteSize>>
}