[[reference-shared-types-ccr]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// == Shared Ccr types [discrete] [[CcrFollowIndexStats]] === CcrFollowIndexStats [pass] ++++
++++
interface CcrFollowIndexStats {
  index: <>
  shards: <>[]
}
[pass]
++++
++++ [discrete] [[CcrReadException]] === CcrReadException [pass] ++++
++++
interface CcrReadException {
  exception: <>
  from_seq_no: <>
  retries: <>
}
[pass]
++++
++++ [discrete] [[CcrShardStats]] === CcrShardStats [pass] ++++
++++
interface CcrShardStats {
  bytes_read: <>
  failed_read_requests: <>
  failed_write_requests: <>
  fatal_exception?: <>
  follower_aliases_version: <>
  follower_global_checkpoint: <>
  follower_index: string
  follower_mapping_version: <>
  follower_max_seq_no: <>
  follower_settings_version: <>
  last_requested_seq_no: <>
  leader_global_checkpoint: <>
  leader_index: string
  leader_max_seq_no: <>
  operations_read: <>
  operations_written: <>
  outstanding_read_requests: <>
  outstanding_write_requests: <>
  read_exceptions: <>[]
  remote_cluster: string
  shard_id: <>
  successful_read_requests: <>
  successful_write_requests: <>
  time_since_last_read?: <>
  time_since_last_read_millis: <><<>>
  total_read_remote_exec_time?: <>
  total_read_remote_exec_time_millis: <><<>>
  total_read_time?: <>
  total_read_time_millis: <><<>>
  total_write_time?: <>
  total_write_time_millis: <><<>>
  write_buffer_operation_count: <>
  write_buffer_size_in_bytes: <>
}
[pass]
++++
++++