@@ -34,47 +34,47 @@ public sealed partial class SegmentsStats
34
34
[ JsonInclude , JsonPropertyName ( "doc_values_memory" ) ]
35
35
public Elastic . Clients . Elasticsearch . ByteSize ? DocValuesMemory { get ; init ; }
36
36
[ JsonInclude , JsonPropertyName ( "doc_values_memory_in_bytes" ) ]
37
- public int DocValuesMemoryInBytes { get ; init ; }
37
+ public long DocValuesMemoryInBytes { get ; init ; }
38
38
[ JsonInclude , JsonPropertyName ( "file_sizes" ) ]
39
39
public IReadOnlyDictionary < string , Elastic . Clients . Elasticsearch . IndexManagement . ShardFileSizeInfo > FileSizes { get ; init ; }
40
40
[ JsonInclude , JsonPropertyName ( "fixed_bit_set" ) ]
41
41
public Elastic . Clients . Elasticsearch . ByteSize ? FixedBitSet { get ; init ; }
42
42
[ JsonInclude , JsonPropertyName ( "fixed_bit_set_memory_in_bytes" ) ]
43
- public int FixedBitSetMemoryInBytes { get ; init ; }
43
+ public long FixedBitSetMemoryInBytes { get ; init ; }
44
44
[ JsonInclude , JsonPropertyName ( "index_writer_max_memory_in_bytes" ) ]
45
- public int ? IndexWriterMaxMemoryInBytes { get ; init ; }
45
+ public long ? IndexWriterMaxMemoryInBytes { get ; init ; }
46
46
[ JsonInclude , JsonPropertyName ( "index_writer_memory" ) ]
47
47
public Elastic . Clients . Elasticsearch . ByteSize ? IndexWriterMemory { get ; init ; }
48
48
[ JsonInclude , JsonPropertyName ( "index_writer_memory_in_bytes" ) ]
49
- public int IndexWriterMemoryInBytes { get ; init ; }
49
+ public long IndexWriterMemoryInBytes { get ; init ; }
50
50
[ JsonInclude , JsonPropertyName ( "max_unsafe_auto_id_timestamp" ) ]
51
51
public long MaxUnsafeAutoIdTimestamp { get ; init ; }
52
52
[ JsonInclude , JsonPropertyName ( "memory" ) ]
53
53
public Elastic . Clients . Elasticsearch . ByteSize ? Memory { get ; init ; }
54
54
[ JsonInclude , JsonPropertyName ( "memory_in_bytes" ) ]
55
- public int MemoryInBytes { get ; init ; }
55
+ public long MemoryInBytes { get ; init ; }
56
56
[ JsonInclude , JsonPropertyName ( "norms_memory" ) ]
57
57
public Elastic . Clients . Elasticsearch . ByteSize ? NormsMemory { get ; init ; }
58
58
[ JsonInclude , JsonPropertyName ( "norms_memory_in_bytes" ) ]
59
- public int NormsMemoryInBytes { get ; init ; }
59
+ public long NormsMemoryInBytes { get ; init ; }
60
60
[ JsonInclude , JsonPropertyName ( "points_memory" ) ]
61
61
public Elastic . Clients . Elasticsearch . ByteSize ? PointsMemory { get ; init ; }
62
62
[ JsonInclude , JsonPropertyName ( "points_memory_in_bytes" ) ]
63
- public int PointsMemoryInBytes { get ; init ; }
63
+ public long PointsMemoryInBytes { get ; init ; }
64
64
[ JsonInclude , JsonPropertyName ( "stored_fields_memory_in_bytes" ) ]
65
- public int StoredFieldsMemoryInBytes { get ; init ; }
65
+ public long StoredFieldsMemoryInBytes { get ; init ; }
66
66
[ JsonInclude , JsonPropertyName ( "stored_memory" ) ]
67
67
public Elastic . Clients . Elasticsearch . ByteSize ? StoredMemory { get ; init ; }
68
68
[ JsonInclude , JsonPropertyName ( "term_vectors_memory_in_bytes" ) ]
69
- public int TermVectorsMemoryInBytes { get ; init ; }
69
+ public long TermVectorsMemoryInBytes { get ; init ; }
70
70
[ JsonInclude , JsonPropertyName ( "term_vectory_memory" ) ]
71
71
public Elastic . Clients . Elasticsearch . ByteSize ? TermVectoryMemory { get ; init ; }
72
72
[ JsonInclude , JsonPropertyName ( "terms_memory" ) ]
73
73
public Elastic . Clients . Elasticsearch . ByteSize ? TermsMemory { get ; init ; }
74
74
[ JsonInclude , JsonPropertyName ( "terms_memory_in_bytes" ) ]
75
- public int TermsMemoryInBytes { get ; init ; }
75
+ public long TermsMemoryInBytes { get ; init ; }
76
76
[ JsonInclude , JsonPropertyName ( "version_map_memory" ) ]
77
77
public Elastic . Clients . Elasticsearch . ByteSize ? VersionMapMemory { get ; init ; }
78
78
[ JsonInclude , JsonPropertyName ( "version_map_memory_in_bytes" ) ]
79
- public int VersionMapMemoryInBytes { get ; init ; }
79
+ public long VersionMapMemoryInBytes { get ; init ; }
80
80
}
0 commit comments