@@ -34,68 +34,58 @@ public sealed partial class SegmentsStats
3434 public Elastic . Clients . Elasticsearch . ByteSize ? DocValuesMemory { get ; init ; }
3535
3636 [ JsonInclude , JsonPropertyName ( "doc_values_memory_in_bytes" ) ]
37- public int DocValuesMemoryInBytes { get ; init ; }
38-
37+ public long DocValuesMemoryInBytes { get ; init ; }
3938 [ JsonInclude , JsonPropertyName ( "file_sizes" ) ]
4039 public IReadOnlyDictionary < string , Elastic . Clients . Elasticsearch . IndexManagement . ShardFileSizeInfo > FileSizes { get ; init ; }
4140
4241 [ JsonInclude , JsonPropertyName ( "fixed_bit_set" ) ]
4342 public Elastic . Clients . Elasticsearch . ByteSize ? FixedBitSet { get ; init ; }
4443
4544 [ JsonInclude , JsonPropertyName ( "fixed_bit_set_memory_in_bytes" ) ]
46- public int FixedBitSetMemoryInBytes { get ; init ; }
47-
45+ public long FixedBitSetMemoryInBytes { get ; init ; }
4846 [ JsonInclude , JsonPropertyName ( "index_writer_max_memory_in_bytes" ) ]
49- public int ? IndexWriterMaxMemoryInBytes { get ; init ; }
50-
47+ public long ? IndexWriterMaxMemoryInBytes { get ; init ; }
5148 [ JsonInclude , JsonPropertyName ( "index_writer_memory" ) ]
5249 public Elastic . Clients . Elasticsearch . ByteSize ? IndexWriterMemory { get ; init ; }
5350
5451 [ JsonInclude , JsonPropertyName ( "index_writer_memory_in_bytes" ) ]
55- public int IndexWriterMemoryInBytes { get ; init ; }
56-
52+ public long IndexWriterMemoryInBytes { get ; init ; }
5753 [ JsonInclude , JsonPropertyName ( "max_unsafe_auto_id_timestamp" ) ]
5854 public long MaxUnsafeAutoIdTimestamp { get ; init ; }
5955
6056 [ JsonInclude , JsonPropertyName ( "memory" ) ]
6157 public Elastic . Clients . Elasticsearch . ByteSize ? Memory { get ; init ; }
6258
6359 [ JsonInclude , JsonPropertyName ( "memory_in_bytes" ) ]
64- public int MemoryInBytes { get ; init ; }
65-
60+ public long MemoryInBytes { get ; init ; }
6661 [ JsonInclude , JsonPropertyName ( "norms_memory" ) ]
6762 public Elastic . Clients . Elasticsearch . ByteSize ? NormsMemory { get ; init ; }
6863
6964 [ JsonInclude , JsonPropertyName ( "norms_memory_in_bytes" ) ]
70- public int NormsMemoryInBytes { get ; init ; }
71-
65+ public long NormsMemoryInBytes { get ; init ; }
7266 [ JsonInclude , JsonPropertyName ( "points_memory" ) ]
7367 public Elastic . Clients . Elasticsearch . ByteSize ? PointsMemory { get ; init ; }
7468
7569 [ JsonInclude , JsonPropertyName ( "points_memory_in_bytes" ) ]
76- public int PointsMemoryInBytes { get ; init ; }
77-
70+ public long PointsMemoryInBytes { get ; init ; }
7871 [ JsonInclude , JsonPropertyName ( "stored_fields_memory_in_bytes" ) ]
79- public int StoredFieldsMemoryInBytes { get ; init ; }
80-
72+ public long StoredFieldsMemoryInBytes { get ; init ; }
8173 [ JsonInclude , JsonPropertyName ( "stored_memory" ) ]
8274 public Elastic . Clients . Elasticsearch . ByteSize ? StoredMemory { get ; init ; }
8375
8476 [ JsonInclude , JsonPropertyName ( "term_vectors_memory_in_bytes" ) ]
85- public int TermVectorsMemoryInBytes { get ; init ; }
86-
77+ public long TermVectorsMemoryInBytes { get ; init ; }
8778 [ JsonInclude , JsonPropertyName ( "term_vectory_memory" ) ]
8879 public Elastic . Clients . Elasticsearch . ByteSize ? TermVectoryMemory { get ; init ; }
8980
9081 [ JsonInclude , JsonPropertyName ( "terms_memory" ) ]
9182 public Elastic . Clients . Elasticsearch . ByteSize ? TermsMemory { get ; init ; }
9283
9384 [ JsonInclude , JsonPropertyName ( "terms_memory_in_bytes" ) ]
94- public int TermsMemoryInBytes { get ; init ; }
95-
85+ public long TermsMemoryInBytes { get ; init ; }
9686 [ JsonInclude , JsonPropertyName ( "version_map_memory" ) ]
9787 public Elastic . Clients . Elasticsearch . ByteSize ? VersionMapMemory { get ; init ; }
9888
9989 [ JsonInclude , JsonPropertyName ( "version_map_memory_in_bytes" ) ]
100- public int VersionMapMemoryInBytes { get ; init ; }
90+ public long VersionMapMemoryInBytes { get ; init ; }
10191}
0 commit comments