We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e99fc commit 39f6984Copy full SHA for 39f6984
src/Nest/XPack/CrossClusterReplication/Follow/FollowIndexStats/FollowIndexShardStats.cs
@@ -44,6 +44,10 @@ public class FollowIndexShardStats
44
[DataMember(Name = "follower_settings_version")]
45
public long FollowerSettingsVersion { get; set; }
46
47
+ ///<summary>The index aliases version the follower is synced up to</summary>
48
+ [DataMember(Name = "follower_aliases_version")]
49
+ public long FollowerAliasesVersion { get; set; }
50
+
51
///<summary>the starting sequence number of the last batch of operations requested from the leader</summary>
52
[DataMember(Name = "last_requested_seq_no")]
53
public long LastRequestedSequenceNumber { get; set; }
0 commit comments