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