@@ -34,47 +34,47 @@ public sealed partial class SegmentsStats
3434 [ JsonInclude , JsonPropertyName ( "doc_values_memory" ) ]
3535 public Elastic . Clients . Elasticsearch . ByteSize ? DocValuesMemory { get ; init ; }
3636 [ JsonInclude , JsonPropertyName ( "doc_values_memory_in_bytes" ) ]
37- public int DocValuesMemoryInBytes { get ; init ; }
37+ public long DocValuesMemoryInBytes { get ; init ; }
3838 [ JsonInclude , JsonPropertyName ( "file_sizes" ) ]
3939 public IReadOnlyDictionary < string , Elastic . Clients . Elasticsearch . IndexManagement . ShardFileSizeInfo > FileSizes { get ; init ; }
4040 [ JsonInclude , JsonPropertyName ( "fixed_bit_set" ) ]
4141 public Elastic . Clients . Elasticsearch . ByteSize ? FixedBitSet { get ; init ; }
4242 [ JsonInclude , JsonPropertyName ( "fixed_bit_set_memory_in_bytes" ) ]
43- public int FixedBitSetMemoryInBytes { get ; init ; }
43+ public long FixedBitSetMemoryInBytes { get ; init ; }
4444 [ JsonInclude , JsonPropertyName ( "index_writer_max_memory_in_bytes" ) ]
45- public int ? IndexWriterMaxMemoryInBytes { get ; init ; }
45+ public long ? IndexWriterMaxMemoryInBytes { get ; init ; }
4646 [ JsonInclude , JsonPropertyName ( "index_writer_memory" ) ]
4747 public Elastic . Clients . Elasticsearch . ByteSize ? IndexWriterMemory { get ; init ; }
4848 [ JsonInclude , JsonPropertyName ( "index_writer_memory_in_bytes" ) ]
49- public int IndexWriterMemoryInBytes { get ; init ; }
49+ public long IndexWriterMemoryInBytes { get ; init ; }
5050 [ JsonInclude , JsonPropertyName ( "max_unsafe_auto_id_timestamp" ) ]
5151 public long MaxUnsafeAutoIdTimestamp { get ; init ; }
5252 [ JsonInclude , JsonPropertyName ( "memory" ) ]
5353 public Elastic . Clients . Elasticsearch . ByteSize ? Memory { get ; init ; }
5454 [ JsonInclude , JsonPropertyName ( "memory_in_bytes" ) ]
55- public int MemoryInBytes { get ; init ; }
55+ public long MemoryInBytes { get ; init ; }
5656 [ JsonInclude , JsonPropertyName ( "norms_memory" ) ]
5757 public Elastic . Clients . Elasticsearch . ByteSize ? NormsMemory { get ; init ; }
5858 [ JsonInclude , JsonPropertyName ( "norms_memory_in_bytes" ) ]
59- public int NormsMemoryInBytes { get ; init ; }
59+ public long NormsMemoryInBytes { get ; init ; }
6060 [ JsonInclude , JsonPropertyName ( "points_memory" ) ]
6161 public Elastic . Clients . Elasticsearch . ByteSize ? PointsMemory { get ; init ; }
6262 [ JsonInclude , JsonPropertyName ( "points_memory_in_bytes" ) ]
63- public int PointsMemoryInBytes { get ; init ; }
63+ public long PointsMemoryInBytes { get ; init ; }
6464 [ JsonInclude , JsonPropertyName ( "stored_fields_memory_in_bytes" ) ]
65- public int StoredFieldsMemoryInBytes { get ; init ; }
65+ public long StoredFieldsMemoryInBytes { get ; init ; }
6666 [ JsonInclude , JsonPropertyName ( "stored_memory" ) ]
6767 public Elastic . Clients . Elasticsearch . ByteSize ? StoredMemory { get ; init ; }
6868 [ JsonInclude , JsonPropertyName ( "term_vectors_memory_in_bytes" ) ]
69- public int TermVectorsMemoryInBytes { get ; init ; }
69+ public long TermVectorsMemoryInBytes { get ; init ; }
7070 [ JsonInclude , JsonPropertyName ( "term_vectory_memory" ) ]
7171 public Elastic . Clients . Elasticsearch . ByteSize ? TermVectoryMemory { get ; init ; }
7272 [ JsonInclude , JsonPropertyName ( "terms_memory" ) ]
7373 public Elastic . Clients . Elasticsearch . ByteSize ? TermsMemory { get ; init ; }
7474 [ JsonInclude , JsonPropertyName ( "terms_memory_in_bytes" ) ]
75- public int TermsMemoryInBytes { get ; init ; }
75+ public long TermsMemoryInBytes { get ; init ; }
7676 [ JsonInclude , JsonPropertyName ( "version_map_memory" ) ]
7777 public Elastic . Clients . Elasticsearch . ByteSize ? VersionMapMemory { get ; init ; }
7878 [ JsonInclude , JsonPropertyName ( "version_map_memory_in_bytes" ) ]
79- public int VersionMapMemoryInBytes { get ; init ; }
79+ public long VersionMapMemoryInBytes { get ; init ; }
8080}
0 commit comments