@ethersphere/bee-js 9.8.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,16 +4,21 @@ export const BRANCHES = 128;
4
4
  export const CHUNK_SIZE = SECTION_SIZE * BRANCHES;
5
5
  export const PSS_TARGET_HEX_LENGTH_MAX = 4;
6
6
  /**
7
- * Minimal depth that can be used for creation of postage batch
7
+ * Minimum postage batch depth.
8
8
  */
9
9
  export const STAMPS_DEPTH_MIN = 17;
10
10
  /**
11
- * Maximal depth that can be used for creation of postage batch
11
+ * Maximum postage batch depth.
12
12
  */
13
13
  export const STAMPS_DEPTH_MAX = 255;
14
+ /**
15
+ * Minimum tags API page size.
16
+ */
14
17
  export const TAGS_LIMIT_MIN = 1;
18
+ /**
19
+ * Maximum tags API page size.
20
+ */
15
21
  export const TAGS_LIMIT_MAX = 1000;
16
- export const FEED_INDEX_HEX_LENGTH = 16;
17
22
  /**
18
23
  * Add redundancy to the data being uploaded so that downloaders can download it with better UX.
19
24
  * 0 value is default and does not add any redundancy to the file.
@@ -42,4 +47,1270 @@ export var RedundancyStrategy;
42
47
  RedundancyStrategy[RedundancyStrategy["DATA"] = 1] = "DATA";
43
48
  RedundancyStrategy[RedundancyStrategy["PROX"] = 2] = "PROX";
44
49
  RedundancyStrategy[RedundancyStrategy["RACE"] = 3] = "RACE";
45
- })(RedundancyStrategy || (RedundancyStrategy = {}));
50
+ })(RedundancyStrategy || (RedundancyStrategy = {}));
51
+ export const capacityBreakpoints = {
52
+ ENCRYPTION_OFF: {
53
+ [RedundancyLevel.OFF]: [{
54
+ theoreticalVolume: '536.87 MB',
55
+ effectiveVolume: '44.70 kB',
56
+ batchDepth: 17,
57
+ utilizationRate: '0.01%'
58
+ }, {
59
+ theoreticalVolume: '1.07 GB',
60
+ effectiveVolume: '6.66 MB',
61
+ batchDepth: 18,
62
+ utilizationRate: '0.61%'
63
+ }, {
64
+ theoreticalVolume: '2.15 GB',
65
+ effectiveVolume: '112.06 MB',
66
+ batchDepth: 19,
67
+ utilizationRate: '5.09%'
68
+ }, {
69
+ theoreticalVolume: '4.29 GB',
70
+ effectiveVolume: '687.62 MB',
71
+ batchDepth: 20,
72
+ utilizationRate: '15.65%'
73
+ }, {
74
+ theoreticalVolume: '8.59 GB',
75
+ effectiveVolume: '2.60 GB',
76
+ batchDepth: 21,
77
+ utilizationRate: '30.27%'
78
+ }, {
79
+ theoreticalVolume: '17.18 GB',
80
+ effectiveVolume: '7.73 GB',
81
+ batchDepth: 22,
82
+ utilizationRate: '44.99%'
83
+ }, {
84
+ theoreticalVolume: '34.36 GB',
85
+ effectiveVolume: '19.94 GB',
86
+ batchDepth: 23,
87
+ utilizationRate: '58.03%'
88
+ }, {
89
+ theoreticalVolume: '68.72 GB',
90
+ effectiveVolume: '47.06 GB',
91
+ batchDepth: 24,
92
+ utilizationRate: '68.48%'
93
+ }, {
94
+ theoreticalVolume: '137.44 GB',
95
+ effectiveVolume: '105.51 GB',
96
+ batchDepth: 25,
97
+ utilizationRate: '76.77%'
98
+ }, {
99
+ theoreticalVolume: '274.88 GB',
100
+ effectiveVolume: '227.98 GB',
101
+ batchDepth: 26,
102
+ utilizationRate: '82.94%'
103
+ }, {
104
+ theoreticalVolume: '549.76 GB',
105
+ effectiveVolume: '476.68 GB',
106
+ batchDepth: 27,
107
+ utilizationRate: '86.71%'
108
+ }, {
109
+ theoreticalVolume: '1.10 TB',
110
+ effectiveVolume: '993.65 GB',
111
+ batchDepth: 28,
112
+ utilizationRate: '88.37%'
113
+ }, {
114
+ theoreticalVolume: '2.20 TB',
115
+ effectiveVolume: '2.04 TB',
116
+ batchDepth: 29,
117
+ utilizationRate: '92.88%'
118
+ }, {
119
+ theoreticalVolume: '4.40 TB',
120
+ effectiveVolume: '4.17 TB',
121
+ batchDepth: 30,
122
+ utilizationRate: '94.81%'
123
+ }, {
124
+ theoreticalVolume: '8.80 TB',
125
+ effectiveVolume: '8.45 TB',
126
+ batchDepth: 31,
127
+ utilizationRate: '96.06%'
128
+ }, {
129
+ theoreticalVolume: '17.59 TB',
130
+ effectiveVolume: '17.07 TB',
131
+ batchDepth: 32,
132
+ utilizationRate: '97.01%'
133
+ }, {
134
+ theoreticalVolume: '35.18 TB',
135
+ effectiveVolume: '34.36 TB',
136
+ batchDepth: 33,
137
+ utilizationRate: '97.65%'
138
+ }, {
139
+ theoreticalVolume: '70.37 TB',
140
+ effectiveVolume: '69.04 TB',
141
+ batchDepth: 34,
142
+ utilizationRate: '98.11%'
143
+ }, {
144
+ theoreticalVolume: '140.74 TB',
145
+ effectiveVolume: '138.54 TB',
146
+ batchDepth: 35,
147
+ utilizationRate: '98.44%'
148
+ }, {
149
+ theoreticalVolume: '281.47 TB',
150
+ effectiveVolume: '277.72 TB',
151
+ batchDepth: 36,
152
+ utilizationRate: '98.67%'
153
+ }, {
154
+ theoreticalVolume: '562.95 TB',
155
+ effectiveVolume: '556.35 TB',
156
+ batchDepth: 37,
157
+ utilizationRate: '98.83%'
158
+ }, {
159
+ theoreticalVolume: '1.13 PB',
160
+ effectiveVolume: '1.11 PB',
161
+ batchDepth: 38,
162
+ utilizationRate: '98.91%'
163
+ }, {
164
+ theoreticalVolume: '2.25 PB',
165
+ effectiveVolume: '2.23 PB',
166
+ batchDepth: 39,
167
+ utilizationRate: '98.96%'
168
+ }, {
169
+ theoreticalVolume: '4.50 PB',
170
+ effectiveVolume: '4.46 PB',
171
+ batchDepth: 40,
172
+ utilizationRate: '98.98%'
173
+ }, {
174
+ theoreticalVolume: '9.01 PB',
175
+ effectiveVolume: '8.93 PB',
176
+ batchDepth: 41,
177
+ utilizationRate: '99.11%'
178
+ }],
179
+ [RedundancyLevel.MEDIUM]: [{
180
+ theoreticalVolume: '536.87 MB',
181
+ effectiveVolume: '41.56 kB',
182
+ batchDepth: 17,
183
+ utilizationRate: '0.01%'
184
+ }, {
185
+ theoreticalVolume: '1.07 GB',
186
+ effectiveVolume: '6.19 MB',
187
+ batchDepth: 18,
188
+ utilizationRate: '0.57%'
189
+ }, {
190
+ theoreticalVolume: '2.15 GB',
191
+ effectiveVolume: '104.18 MB',
192
+ batchDepth: 19,
193
+ utilizationRate: '4.73%'
194
+ }, {
195
+ theoreticalVolume: '4.29 GB',
196
+ effectiveVolume: '639.27 MB',
197
+ batchDepth: 20,
198
+ utilizationRate: '14.54%'
199
+ }, {
200
+ theoreticalVolume: '8.59 GB',
201
+ effectiveVolume: '2.41 GB',
202
+ batchDepth: 21,
203
+ utilizationRate: '28.11%'
204
+ }, {
205
+ theoreticalVolume: '17.18 GB',
206
+ effectiveVolume: '7.18 GB',
207
+ batchDepth: 22,
208
+ utilizationRate: '41.79%'
209
+ }, {
210
+ theoreticalVolume: '34.36 GB',
211
+ effectiveVolume: '18.54 GB',
212
+ batchDepth: 23,
213
+ utilizationRate: '53.95%'
214
+ }, {
215
+ theoreticalVolume: '68.72 GB',
216
+ effectiveVolume: '43.75 GB',
217
+ batchDepth: 24,
218
+ utilizationRate: '63.66%'
219
+ }, {
220
+ theoreticalVolume: '137.44 GB',
221
+ effectiveVolume: '98.09 GB',
222
+ batchDepth: 25,
223
+ utilizationRate: '71.37%'
224
+ }, {
225
+ theoreticalVolume: '274.88 GB',
226
+ effectiveVolume: '211.95 GB',
227
+ batchDepth: 26,
228
+ utilizationRate: '77.11%'
229
+ }, {
230
+ theoreticalVolume: '549.76 GB',
231
+ effectiveVolume: '443.16 GB',
232
+ batchDepth: 27,
233
+ utilizationRate: '80.61%'
234
+ }, {
235
+ theoreticalVolume: '1.10 TB',
236
+ effectiveVolume: '923.78 GB',
237
+ batchDepth: 28,
238
+ utilizationRate: '82.16%'
239
+ }, {
240
+ theoreticalVolume: '2.20 TB',
241
+ effectiveVolume: '1.90 TB',
242
+ batchDepth: 29,
243
+ utilizationRate: '86.30%'
244
+ }, {
245
+ theoreticalVolume: '4.40 TB',
246
+ effectiveVolume: '3.88 TB',
247
+ batchDepth: 30,
248
+ utilizationRate: '88.14%'
249
+ }, {
250
+ theoreticalVolume: '8.80 TB',
251
+ effectiveVolume: '7.86 TB',
252
+ batchDepth: 31,
253
+ utilizationRate: '89.26%'
254
+ }, {
255
+ theoreticalVolume: '17.59 TB',
256
+ effectiveVolume: '15.87 TB',
257
+ batchDepth: 32,
258
+ utilizationRate: '90.21%'
259
+ }, {
260
+ theoreticalVolume: '35.18 TB',
261
+ effectiveVolume: '31.94 TB',
262
+ batchDepth: 33,
263
+ utilizationRate: '90.77%'
264
+ }, {
265
+ theoreticalVolume: '70.37 TB',
266
+ effectiveVolume: '64.19 TB',
267
+ batchDepth: 34,
268
+ utilizationRate: '91.22%'
269
+ }, {
270
+ theoreticalVolume: '140.74 TB',
271
+ effectiveVolume: '128.80 TB',
272
+ batchDepth: 35,
273
+ utilizationRate: '91.52%'
274
+ }, {
275
+ theoreticalVolume: '281.47 TB',
276
+ effectiveVolume: '258.19 TB',
277
+ batchDepth: 36,
278
+ utilizationRate: '91.73%'
279
+ }, {
280
+ theoreticalVolume: '562.95 TB',
281
+ effectiveVolume: '517.23 TB',
282
+ batchDepth: 37,
283
+ utilizationRate: '91.88%'
284
+ }, {
285
+ theoreticalVolume: '1.13 PB',
286
+ effectiveVolume: '1.04 PB',
287
+ batchDepth: 38,
288
+ utilizationRate: '91.95%'
289
+ }, {
290
+ theoreticalVolume: '2.25 PB',
291
+ effectiveVolume: '2.07 PB',
292
+ batchDepth: 39,
293
+ utilizationRate: '92.00%'
294
+ }, {
295
+ theoreticalVolume: '4.50 PB',
296
+ effectiveVolume: '4.15 PB',
297
+ batchDepth: 40,
298
+ utilizationRate: '92.15%'
299
+ }, {
300
+ theoreticalVolume: '9.01 PB',
301
+ effectiveVolume: '8.30 PB',
302
+ batchDepth: 41,
303
+ utilizationRate: '92.14%'
304
+ }],
305
+ [RedundancyLevel.STRONG]: [{
306
+ theoreticalVolume: '536.87 MB',
307
+ effectiveVolume: '37.37 kB',
308
+ batchDepth: 17,
309
+ utilizationRate: '0.01%'
310
+ }, {
311
+ theoreticalVolume: '1.07 GB',
312
+ effectiveVolume: '5.57 MB',
313
+ batchDepth: 18,
314
+ utilizationRate: '0.51%'
315
+ }, {
316
+ theoreticalVolume: '2.15 GB',
317
+ effectiveVolume: '93.68 MB',
318
+ batchDepth: 19,
319
+ utilizationRate: '4.25%'
320
+ }, {
321
+ theoreticalVolume: '4.29 GB',
322
+ effectiveVolume: '574.81 MB',
323
+ batchDepth: 20,
324
+ utilizationRate: '13.07%'
325
+ }, {
326
+ theoreticalVolume: '8.59 GB',
327
+ effectiveVolume: '2.17 GB',
328
+ batchDepth: 21,
329
+ utilizationRate: '25.26%'
330
+ }, {
331
+ theoreticalVolume: '17.18 GB',
332
+ effectiveVolume: '6.46 GB',
333
+ batchDepth: 22,
334
+ utilizationRate: '37.58%'
335
+ }, {
336
+ theoreticalVolume: '34.36 GB',
337
+ effectiveVolume: '16.67 GB',
338
+ batchDepth: 23,
339
+ utilizationRate: '48.50%'
340
+ }, {
341
+ theoreticalVolume: '68.72 GB',
342
+ effectiveVolume: '39.34 GB',
343
+ batchDepth: 24,
344
+ utilizationRate: '57.24%'
345
+ }, {
346
+ theoreticalVolume: '137.44 GB',
347
+ effectiveVolume: '88.20 GB',
348
+ batchDepth: 25,
349
+ utilizationRate: '64.17%'
350
+ }, {
351
+ theoreticalVolume: '274.88 GB',
352
+ effectiveVolume: '190.58 GB',
353
+ batchDepth: 26,
354
+ utilizationRate: '69.33%'
355
+ }, {
356
+ theoreticalVolume: '549.76 GB',
357
+ effectiveVolume: '398.47 GB',
358
+ batchDepth: 27,
359
+ utilizationRate: '72.48%'
360
+ }, {
361
+ theoreticalVolume: '1.10 TB',
362
+ effectiveVolume: '830.63 GB',
363
+ batchDepth: 28,
364
+ utilizationRate: '73.85%'
365
+ }, {
366
+ theoreticalVolume: '2.20 TB',
367
+ effectiveVolume: '1.71 TB',
368
+ batchDepth: 29,
369
+ utilizationRate: '77.59%'
370
+ }, {
371
+ theoreticalVolume: '4.40 TB',
372
+ effectiveVolume: '3.49 TB',
373
+ batchDepth: 30,
374
+ utilizationRate: '79.27%'
375
+ }, {
376
+ theoreticalVolume: '8.80 TB',
377
+ effectiveVolume: '7.07 TB',
378
+ batchDepth: 31,
379
+ utilizationRate: '80.34%'
380
+ }, {
381
+ theoreticalVolume: '17.59 TB',
382
+ effectiveVolume: '14.27 TB',
383
+ batchDepth: 32,
384
+ utilizationRate: '81.12%'
385
+ }, {
386
+ theoreticalVolume: '35.18 TB',
387
+ effectiveVolume: '28.72 TB',
388
+ batchDepth: 33,
389
+ utilizationRate: '81.63%'
390
+ }, {
391
+ theoreticalVolume: '70.37 TB',
392
+ effectiveVolume: '57.71 TB',
393
+ batchDepth: 34,
394
+ utilizationRate: '82.01%'
395
+ }, {
396
+ theoreticalVolume: '140.74 TB',
397
+ effectiveVolume: '115.81 TB',
398
+ batchDepth: 35,
399
+ utilizationRate: '82.29%'
400
+ }, {
401
+ theoreticalVolume: '281.47 TB',
402
+ effectiveVolume: '232.16 TB',
403
+ batchDepth: 36,
404
+ utilizationRate: '82.48%'
405
+ }, {
406
+ theoreticalVolume: '562.95 TB',
407
+ effectiveVolume: '465.07 TB',
408
+ batchDepth: 37,
409
+ utilizationRate: '82.61%'
410
+ }, {
411
+ theoreticalVolume: '1.13 PB',
412
+ effectiveVolume: '931.23 TB',
413
+ batchDepth: 38,
414
+ utilizationRate: '82.67%'
415
+ }, {
416
+ theoreticalVolume: '2.25 PB',
417
+ effectiveVolume: '1.86 PB',
418
+ batchDepth: 39,
419
+ utilizationRate: '82.71%'
420
+ }, {
421
+ theoreticalVolume: '4.50 PB',
422
+ effectiveVolume: '3.73 PB',
423
+ batchDepth: 40,
424
+ utilizationRate: '82.78%'
425
+ }, {
426
+ theoreticalVolume: '9.01 PB',
427
+ effectiveVolume: '7.46 PB',
428
+ batchDepth: 41,
429
+ utilizationRate: '82.79%'
430
+ }],
431
+ [RedundancyLevel.INSANE]: [{
432
+ theoreticalVolume: '536.87 MB',
433
+ effectiveVolume: '33.88 kB',
434
+ batchDepth: 17,
435
+ utilizationRate: '0.01%'
436
+ }, {
437
+ theoreticalVolume: '1.07 GB',
438
+ effectiveVolume: '5.05 MB',
439
+ batchDepth: 18,
440
+ utilizationRate: '0.46%'
441
+ }, {
442
+ theoreticalVolume: '2.15 GB',
443
+ effectiveVolume: '84.92 MB',
444
+ batchDepth: 19,
445
+ utilizationRate: '3.86%'
446
+ }, {
447
+ theoreticalVolume: '4.29 GB',
448
+ effectiveVolume: '521.09 MB',
449
+ batchDepth: 20,
450
+ utilizationRate: '11.85%'
451
+ }, {
452
+ theoreticalVolume: '8.59 GB',
453
+ effectiveVolume: '1.97 GB',
454
+ batchDepth: 21,
455
+ utilizationRate: '22.90%'
456
+ }, {
457
+ theoreticalVolume: '17.18 GB',
458
+ effectiveVolume: '5.86 GB',
459
+ batchDepth: 22,
460
+ utilizationRate: '34.09%'
461
+ }, {
462
+ theoreticalVolume: '34.36 GB',
463
+ effectiveVolume: '15.11 GB',
464
+ batchDepth: 23,
465
+ utilizationRate: '43.97%'
466
+ }, {
467
+ theoreticalVolume: '68.72 GB',
468
+ effectiveVolume: '35.66 GB',
469
+ batchDepth: 24,
470
+ utilizationRate: '51.90%'
471
+ }, {
472
+ theoreticalVolume: '137.44 GB',
473
+ effectiveVolume: '79.96 GB',
474
+ batchDepth: 25,
475
+ utilizationRate: '58.18%'
476
+ }, {
477
+ theoreticalVolume: '274.88 GB',
478
+ effectiveVolume: '172.77 GB',
479
+ batchDepth: 26,
480
+ utilizationRate: '62.85%'
481
+ }, {
482
+ theoreticalVolume: '549.76 GB',
483
+ effectiveVolume: '361.23 GB',
484
+ batchDepth: 27,
485
+ utilizationRate: '65.70%'
486
+ }, {
487
+ theoreticalVolume: '1.10 TB',
488
+ effectiveVolume: '753.00 GB',
489
+ batchDepth: 28,
490
+ utilizationRate: '66.95%'
491
+ }, {
492
+ theoreticalVolume: '2.20 TB',
493
+ effectiveVolume: '1.55 TB',
494
+ batchDepth: 29,
495
+ utilizationRate: '70.38%'
496
+ }, {
497
+ theoreticalVolume: '4.40 TB',
498
+ effectiveVolume: '3.16 TB',
499
+ batchDepth: 30,
500
+ utilizationRate: '71.92%'
501
+ }, {
502
+ theoreticalVolume: '8.80 TB',
503
+ effectiveVolume: '6.41 TB',
504
+ batchDepth: 31,
505
+ utilizationRate: '72.85%'
506
+ }, {
507
+ theoreticalVolume: '17.59 TB',
508
+ effectiveVolume: '12.93 TB',
509
+ batchDepth: 32,
510
+ utilizationRate: '73.53%'
511
+ }, {
512
+ theoreticalVolume: '35.18 TB',
513
+ effectiveVolume: '26.04 TB',
514
+ batchDepth: 33,
515
+ utilizationRate: '74.01%'
516
+ }, {
517
+ theoreticalVolume: '70.37 TB',
518
+ effectiveVolume: '52.32 TB',
519
+ batchDepth: 34,
520
+ utilizationRate: '74.35%'
521
+ }, {
522
+ theoreticalVolume: '140.74 TB',
523
+ effectiveVolume: '104.99 TB',
524
+ batchDepth: 35,
525
+ utilizationRate: '74.60%'
526
+ }, {
527
+ theoreticalVolume: '281.47 TB',
528
+ effectiveVolume: '210.46 TB',
529
+ batchDepth: 36,
530
+ utilizationRate: '74.77%'
531
+ }, {
532
+ theoreticalVolume: '562.95 TB',
533
+ effectiveVolume: '421.61 TB',
534
+ batchDepth: 37,
535
+ utilizationRate: '74.89%'
536
+ }, {
537
+ theoreticalVolume: '1.13 PB',
538
+ effectiveVolume: '844.20 TB',
539
+ batchDepth: 38,
540
+ utilizationRate: '74.94%'
541
+ }, {
542
+ theoreticalVolume: '2.25 PB',
543
+ effectiveVolume: '1.69 PB',
544
+ batchDepth: 39,
545
+ utilizationRate: '74.98%'
546
+ }, {
547
+ theoreticalVolume: '4.50 PB',
548
+ effectiveVolume: '3.38 PB',
549
+ batchDepth: 40,
550
+ utilizationRate: '75.03%'
551
+ }, {
552
+ theoreticalVolume: '9.01 PB',
553
+ effectiveVolume: '6.77 PB',
554
+ batchDepth: 41,
555
+ utilizationRate: '75.10%'
556
+ }],
557
+ [RedundancyLevel.PARANOID]: [{
558
+ theoreticalVolume: '536.87 MB',
559
+ effectiveVolume: '13.27 kB',
560
+ batchDepth: 17,
561
+ utilizationRate: '0.00%'
562
+ }, {
563
+ theoreticalVolume: '1.07 GB',
564
+ effectiveVolume: '1.98 MB',
565
+ batchDepth: 18,
566
+ utilizationRate: '0.18%'
567
+ }, {
568
+ theoreticalVolume: '2.15 GB',
569
+ effectiveVolume: '33.27 MB',
570
+ batchDepth: 19,
571
+ utilizationRate: '1.51%'
572
+ }, {
573
+ theoreticalVolume: '4.29 GB',
574
+ effectiveVolume: '204.14 MB',
575
+ batchDepth: 20,
576
+ utilizationRate: '4.64%'
577
+ }, {
578
+ theoreticalVolume: '8.59 GB',
579
+ effectiveVolume: '771.13 MB',
580
+ batchDepth: 21,
581
+ utilizationRate: '8.75%'
582
+ }, {
583
+ theoreticalVolume: '17.18 GB',
584
+ effectiveVolume: '2.29 GB',
585
+ batchDepth: 22,
586
+ utilizationRate: '13.34%'
587
+ }, {
588
+ theoreticalVolume: '34.36 GB',
589
+ effectiveVolume: '5.92 GB',
590
+ batchDepth: 23,
591
+ utilizationRate: '17.22%'
592
+ }, {
593
+ theoreticalVolume: '68.72 GB',
594
+ effectiveVolume: '13.97 GB',
595
+ batchDepth: 24,
596
+ utilizationRate: '20.33%'
597
+ }, {
598
+ theoreticalVolume: '137.44 GB',
599
+ effectiveVolume: '31.32 GB',
600
+ batchDepth: 25,
601
+ utilizationRate: '22.79%'
602
+ }, {
603
+ theoreticalVolume: '274.88 GB',
604
+ effectiveVolume: '67.68 GB',
605
+ batchDepth: 26,
606
+ utilizationRate: '24.62%'
607
+ }, {
608
+ theoreticalVolume: '549.76 GB',
609
+ effectiveVolume: '141.51 GB',
610
+ batchDepth: 27,
611
+ utilizationRate: '25.74%'
612
+ }, {
613
+ theoreticalVolume: '1.10 TB',
614
+ effectiveVolume: '294.99 GB',
615
+ batchDepth: 28,
616
+ utilizationRate: '26.23%'
617
+ }, {
618
+ theoreticalVolume: '2.20 TB',
619
+ effectiveVolume: '606.90 GB',
620
+ batchDepth: 29,
621
+ utilizationRate: '27.56%'
622
+ }, {
623
+ theoreticalVolume: '4.40 TB',
624
+ effectiveVolume: '1.24 TB',
625
+ batchDepth: 30,
626
+ utilizationRate: '28.15%'
627
+ }, {
628
+ theoreticalVolume: '8.80 TB',
629
+ effectiveVolume: '2.51 TB',
630
+ batchDepth: 31,
631
+ utilizationRate: '28.54%'
632
+ }, {
633
+ theoreticalVolume: '17.59 TB',
634
+ effectiveVolume: '5.07 TB',
635
+ batchDepth: 32,
636
+ utilizationRate: '28.82%'
637
+ }, {
638
+ theoreticalVolume: '35.18 TB',
639
+ effectiveVolume: '10.20 TB',
640
+ batchDepth: 33,
641
+ utilizationRate: '28.99%'
642
+ }, {
643
+ theoreticalVolume: '70.37 TB',
644
+ effectiveVolume: '20.50 TB',
645
+ batchDepth: 34,
646
+ utilizationRate: '29.13%'
647
+ }, {
648
+ theoreticalVolume: '140.74 TB',
649
+ effectiveVolume: '41.13 TB',
650
+ batchDepth: 35,
651
+ utilizationRate: '29.22%'
652
+ }, {
653
+ theoreticalVolume: '281.47 TB',
654
+ effectiveVolume: '82.45 TB',
655
+ batchDepth: 36,
656
+ utilizationRate: '29.29%'
657
+ }, {
658
+ theoreticalVolume: '562.95 TB',
659
+ effectiveVolume: '165.17 TB',
660
+ batchDepth: 37,
661
+ utilizationRate: '29.34%'
662
+ }, {
663
+ theoreticalVolume: '1.13 PB',
664
+ effectiveVolume: '330.72 TB',
665
+ batchDepth: 38,
666
+ utilizationRate: '29.37%'
667
+ }, {
668
+ theoreticalVolume: '2.25 PB',
669
+ effectiveVolume: '661.97 TB',
670
+ batchDepth: 39,
671
+ utilizationRate: '29.39%'
672
+ }, {
673
+ theoreticalVolume: '4.50 PB',
674
+ effectiveVolume: '1.32 PB',
675
+ batchDepth: 40,
676
+ utilizationRate: '29.41%'
677
+ }, {
678
+ theoreticalVolume: '9.01 PB',
679
+ effectiveVolume: '2.65 PB',
680
+ batchDepth: 41,
681
+ utilizationRate: '29.43%'
682
+ }]
683
+ },
684
+ ENCRYPTION_ON: {
685
+ [RedundancyLevel.OFF]: [{
686
+ theoreticalVolume: '536.87 MB',
687
+ effectiveVolume: '44.35 kB',
688
+ batchDepth: 17,
689
+ utilizationRate: '0.01%'
690
+ }, {
691
+ theoreticalVolume: '1.07 GB',
692
+ effectiveVolume: '6.61 MB',
693
+ batchDepth: 18,
694
+ utilizationRate: '0.60%'
695
+ }, {
696
+ theoreticalVolume: '2.15 GB',
697
+ effectiveVolume: '111.18 MB',
698
+ batchDepth: 19,
699
+ utilizationRate: '5.05%'
700
+ }, {
701
+ theoreticalVolume: '4.29 GB',
702
+ effectiveVolume: '682.21 MB',
703
+ batchDepth: 20,
704
+ utilizationRate: '15.52%'
705
+ }, {
706
+ theoreticalVolume: '8.59 GB',
707
+ effectiveVolume: '2.58 GB',
708
+ batchDepth: 21,
709
+ utilizationRate: '30.04%'
710
+ }, {
711
+ theoreticalVolume: '17.18 GB',
712
+ effectiveVolume: '7.67 GB',
713
+ batchDepth: 22,
714
+ utilizationRate: '44.62%'
715
+ }, {
716
+ theoreticalVolume: '34.36 GB',
717
+ effectiveVolume: '19.78 GB',
718
+ batchDepth: 23,
719
+ utilizationRate: '57.56%'
720
+ }, {
721
+ theoreticalVolume: '68.72 GB',
722
+ effectiveVolume: '46.69 GB',
723
+ batchDepth: 24,
724
+ utilizationRate: '67.93%'
725
+ }, {
726
+ theoreticalVolume: '137.44 GB',
727
+ effectiveVolume: '104.68 GB',
728
+ batchDepth: 25,
729
+ utilizationRate: '76.16%'
730
+ }, {
731
+ theoreticalVolume: '274.88 GB',
732
+ effectiveVolume: '226.19 GB',
733
+ batchDepth: 26,
734
+ utilizationRate: '82.29%'
735
+ }, {
736
+ theoreticalVolume: '549.76 GB',
737
+ effectiveVolume: '472.93 GB',
738
+ batchDepth: 27,
739
+ utilizationRate: '86.02%'
740
+ }, {
741
+ theoreticalVolume: '1.10 TB',
742
+ effectiveVolume: '985.83 GB',
743
+ batchDepth: 28,
744
+ utilizationRate: '87.66%'
745
+ }, {
746
+ theoreticalVolume: '2.20 TB',
747
+ effectiveVolume: '2.03 TB',
748
+ batchDepth: 29,
749
+ utilizationRate: '92.25%'
750
+ }, {
751
+ theoreticalVolume: '4.40 TB',
752
+ effectiveVolume: '4.14 TB',
753
+ batchDepth: 30,
754
+ utilizationRate: '94.21%'
755
+ }, {
756
+ theoreticalVolume: '8.80 TB',
757
+ effectiveVolume: '8.39 TB',
758
+ batchDepth: 31,
759
+ utilizationRate: '95.37%'
760
+ }, {
761
+ theoreticalVolume: '17.59 TB',
762
+ effectiveVolume: '16.93 TB',
763
+ batchDepth: 32,
764
+ utilizationRate: '96.22%'
765
+ }, {
766
+ theoreticalVolume: '35.18 TB',
767
+ effectiveVolume: '34.09 TB',
768
+ batchDepth: 33,
769
+ utilizationRate: '96.88%'
770
+ }, {
771
+ theoreticalVolume: '70.37 TB',
772
+ effectiveVolume: '68.50 TB',
773
+ batchDepth: 34,
774
+ utilizationRate: '97.34%'
775
+ }, {
776
+ theoreticalVolume: '140.74 TB',
777
+ effectiveVolume: '137.45 TB',
778
+ batchDepth: 35,
779
+ utilizationRate: '97.67%'
780
+ }, {
781
+ theoreticalVolume: '281.47 TB',
782
+ effectiveVolume: '275.53 TB',
783
+ batchDepth: 36,
784
+ utilizationRate: '97.89%'
785
+ }, {
786
+ theoreticalVolume: '562.95 TB',
787
+ effectiveVolume: '551.97 TB',
788
+ batchDepth: 37,
789
+ utilizationRate: '98.05%'
790
+ }, {
791
+ theoreticalVolume: '1.13 PB',
792
+ effectiveVolume: '1.11 PB',
793
+ batchDepth: 38,
794
+ utilizationRate: '98.13%'
795
+ }, {
796
+ theoreticalVolume: '2.25 PB',
797
+ effectiveVolume: '2.21 PB',
798
+ batchDepth: 39,
799
+ utilizationRate: '98.18%'
800
+ }, {
801
+ theoreticalVolume: '4.50 PB',
802
+ effectiveVolume: '4.43 PB',
803
+ batchDepth: 40,
804
+ utilizationRate: '98.36%'
805
+ }, {
806
+ theoreticalVolume: '9.01 PB',
807
+ effectiveVolume: '8.86 PB',
808
+ batchDepth: 41,
809
+ utilizationRate: '98.37%'
810
+ }],
811
+ [RedundancyLevel.MEDIUM]: [{
812
+ theoreticalVolume: '536.87 MB',
813
+ effectiveVolume: '40.89 kB',
814
+ batchDepth: 17,
815
+ utilizationRate: '0.01%'
816
+ }, {
817
+ theoreticalVolume: '1.07 GB',
818
+ effectiveVolume: '6.09 MB',
819
+ batchDepth: 18,
820
+ utilizationRate: '0.56%'
821
+ }, {
822
+ theoreticalVolume: '2.15 GB',
823
+ effectiveVolume: '102.49 MB',
824
+ batchDepth: 19,
825
+ utilizationRate: '4.65%'
826
+ }, {
827
+ theoreticalVolume: '4.29 GB',
828
+ effectiveVolume: '628.91 MB',
829
+ batchDepth: 20,
830
+ utilizationRate: '14.30%'
831
+ }, {
832
+ theoreticalVolume: '8.59 GB',
833
+ effectiveVolume: '2.38 GB',
834
+ batchDepth: 21,
835
+ utilizationRate: '27.68%'
836
+ }, {
837
+ theoreticalVolume: '17.18 GB',
838
+ effectiveVolume: '7.07 GB',
839
+ batchDepth: 22,
840
+ utilizationRate: '41.15%'
841
+ }, {
842
+ theoreticalVolume: '34.36 GB',
843
+ effectiveVolume: '18.24 GB',
844
+ batchDepth: 23,
845
+ utilizationRate: '53.09%'
846
+ }, {
847
+ theoreticalVolume: '68.72 GB',
848
+ effectiveVolume: '43.04 GB',
849
+ batchDepth: 24,
850
+ utilizationRate: '62.63%'
851
+ }, {
852
+ theoreticalVolume: '137.44 GB',
853
+ effectiveVolume: '96.50 GB',
854
+ batchDepth: 25,
855
+ utilizationRate: '70.21%'
856
+ }, {
857
+ theoreticalVolume: '274.88 GB',
858
+ effectiveVolume: '208.52 GB',
859
+ batchDepth: 26,
860
+ utilizationRate: '75.86%'
861
+ }, {
862
+ theoreticalVolume: '549.76 GB',
863
+ effectiveVolume: '435.98 GB',
864
+ batchDepth: 27,
865
+ utilizationRate: '79.30%'
866
+ }, {
867
+ theoreticalVolume: '1.10 TB',
868
+ effectiveVolume: '908.81 GB',
869
+ batchDepth: 28,
870
+ utilizationRate: '80.82%'
871
+ }, {
872
+ theoreticalVolume: '2.20 TB',
873
+ effectiveVolume: '1.87 TB',
874
+ batchDepth: 29,
875
+ utilizationRate: '84.98%'
876
+ }, {
877
+ theoreticalVolume: '4.40 TB',
878
+ effectiveVolume: '3.81 TB',
879
+ batchDepth: 30,
880
+ utilizationRate: '86.67%'
881
+ }, {
882
+ theoreticalVolume: '8.80 TB',
883
+ effectiveVolume: '7.73 TB',
884
+ batchDepth: 31,
885
+ utilizationRate: '87.84%'
886
+ }, {
887
+ theoreticalVolume: '17.59 TB',
888
+ effectiveVolume: '15.61 TB',
889
+ batchDepth: 32,
890
+ utilizationRate: '88.74%'
891
+ }, {
892
+ theoreticalVolume: '35.18 TB',
893
+ effectiveVolume: '31.43 TB',
894
+ batchDepth: 33,
895
+ utilizationRate: '89.34%'
896
+ }, {
897
+ theoreticalVolume: '70.37 TB',
898
+ effectiveVolume: '63.15 TB',
899
+ batchDepth: 34,
900
+ utilizationRate: '89.74%'
901
+ }, {
902
+ theoreticalVolume: '140.74 TB',
903
+ effectiveVolume: '126.71 TB',
904
+ batchDepth: 35,
905
+ utilizationRate: '90.03%'
906
+ }, {
907
+ theoreticalVolume: '281.47 TB',
908
+ effectiveVolume: '254.01 TB',
909
+ batchDepth: 36,
910
+ utilizationRate: '90.24%'
911
+ }, {
912
+ theoreticalVolume: '562.95 TB',
913
+ effectiveVolume: '508.85 TB',
914
+ batchDepth: 37,
915
+ utilizationRate: '90.39%'
916
+ }, {
917
+ theoreticalVolume: '1.13 PB',
918
+ effectiveVolume: '1.02 PB',
919
+ batchDepth: 38,
920
+ utilizationRate: '90.47%'
921
+ }, {
922
+ theoreticalVolume: '2.25 PB',
923
+ effectiveVolume: '2.04 PB',
924
+ batchDepth: 39,
925
+ utilizationRate: '90.51%'
926
+ }, {
927
+ theoreticalVolume: '4.50 PB',
928
+ effectiveVolume: '4.08 PB',
929
+ batchDepth: 40,
930
+ utilizationRate: '90.64%'
931
+ }, {
932
+ theoreticalVolume: '9.01 PB',
933
+ effectiveVolume: '8.17 PB',
934
+ batchDepth: 41,
935
+ utilizationRate: '90.65%'
936
+ }],
937
+ [RedundancyLevel.STRONG]: [{
938
+ theoreticalVolume: '536.87 MB',
939
+ effectiveVolume: '36.73 kB',
940
+ batchDepth: 17,
941
+ utilizationRate: '0.01%'
942
+ }, {
943
+ theoreticalVolume: '1.07 GB',
944
+ effectiveVolume: '5.47 MB',
945
+ batchDepth: 18,
946
+ utilizationRate: '0.50%'
947
+ }, {
948
+ theoreticalVolume: '2.15 GB',
949
+ effectiveVolume: '92.07 MB',
950
+ batchDepth: 19,
951
+ utilizationRate: '4.18%'
952
+ }, {
953
+ theoreticalVolume: '4.29 GB',
954
+ effectiveVolume: '564.95 MB',
955
+ batchDepth: 20,
956
+ utilizationRate: '12.85%'
957
+ }, {
958
+ theoreticalVolume: '8.59 GB',
959
+ effectiveVolume: '2.13 GB',
960
+ batchDepth: 21,
961
+ utilizationRate: '24.86%'
962
+ }, {
963
+ theoreticalVolume: '17.18 GB',
964
+ effectiveVolume: '6.35 GB',
965
+ batchDepth: 22,
966
+ utilizationRate: '36.97%'
967
+ }, {
968
+ theoreticalVolume: '34.36 GB',
969
+ effectiveVolume: '16.38 GB',
970
+ batchDepth: 23,
971
+ utilizationRate: '47.67%'
972
+ }, {
973
+ theoreticalVolume: '68.72 GB',
974
+ effectiveVolume: '38.66 GB',
975
+ batchDepth: 24,
976
+ utilizationRate: '56.26%'
977
+ }, {
978
+ theoreticalVolume: '137.44 GB',
979
+ effectiveVolume: '86.69 GB',
980
+ batchDepth: 25,
981
+ utilizationRate: '63.07%'
982
+ }, {
983
+ theoreticalVolume: '274.88 GB',
984
+ effectiveVolume: '187.31 GB',
985
+ batchDepth: 26,
986
+ utilizationRate: '68.14%'
987
+ }, {
988
+ theoreticalVolume: '549.76 GB',
989
+ effectiveVolume: '391.64 GB',
990
+ batchDepth: 27,
991
+ utilizationRate: '71.24%'
992
+ }, {
993
+ theoreticalVolume: '1.10 TB',
994
+ effectiveVolume: '816.39 GB',
995
+ batchDepth: 28,
996
+ utilizationRate: '72.59%'
997
+ }, {
998
+ theoreticalVolume: '2.20 TB',
999
+ effectiveVolume: '1.68 TB',
1000
+ batchDepth: 29,
1001
+ utilizationRate: '76.34%'
1002
+ }, {
1003
+ theoreticalVolume: '4.40 TB',
1004
+ effectiveVolume: '3.43 TB',
1005
+ batchDepth: 30,
1006
+ utilizationRate: '77.89%'
1007
+ }, {
1008
+ theoreticalVolume: '8.80 TB',
1009
+ effectiveVolume: '6.94 TB',
1010
+ batchDepth: 31,
1011
+ utilizationRate: '78.86%'
1012
+ }, {
1013
+ theoreticalVolume: '17.59 TB',
1014
+ effectiveVolume: '14.02 TB',
1015
+ batchDepth: 32,
1016
+ utilizationRate: '79.71%'
1017
+ }, {
1018
+ theoreticalVolume: '35.18 TB',
1019
+ effectiveVolume: '28.23 TB',
1020
+ batchDepth: 33,
1021
+ utilizationRate: '80.23%'
1022
+ }, {
1023
+ theoreticalVolume: '70.37 TB',
1024
+ effectiveVolume: '56.72 TB',
1025
+ batchDepth: 34,
1026
+ utilizationRate: '80.60%'
1027
+ }, {
1028
+ theoreticalVolume: '140.74 TB',
1029
+ effectiveVolume: '113.82 TB',
1030
+ batchDepth: 35,
1031
+ utilizationRate: '80.88%'
1032
+ }, {
1033
+ theoreticalVolume: '281.47 TB',
1034
+ effectiveVolume: '228.18 TB',
1035
+ batchDepth: 36,
1036
+ utilizationRate: '81.06%'
1037
+ }, {
1038
+ theoreticalVolume: '562.95 TB',
1039
+ effectiveVolume: '457.10 TB',
1040
+ batchDepth: 37,
1041
+ utilizationRate: '81.20%'
1042
+ }, {
1043
+ theoreticalVolume: '1.13 PB',
1044
+ effectiveVolume: '915.26 TB',
1045
+ batchDepth: 38,
1046
+ utilizationRate: '81.26%'
1047
+ }, {
1048
+ theoreticalVolume: '2.25 PB',
1049
+ effectiveVolume: '1.83 PB',
1050
+ batchDepth: 39,
1051
+ utilizationRate: '81.30%'
1052
+ }, {
1053
+ theoreticalVolume: '4.50 PB',
1054
+ effectiveVolume: '3.67 PB',
1055
+ batchDepth: 40,
1056
+ utilizationRate: '81.43%'
1057
+ }, {
1058
+ theoreticalVolume: '9.01 PB',
1059
+ effectiveVolume: '7.34 PB',
1060
+ batchDepth: 41,
1061
+ utilizationRate: '81.45%'
1062
+ }],
1063
+ [RedundancyLevel.INSANE]: [{
1064
+ theoreticalVolume: '536.87 MB',
1065
+ effectiveVolume: '33.26 kB',
1066
+ batchDepth: 17,
1067
+ utilizationRate: '0.01%'
1068
+ }, {
1069
+ theoreticalVolume: '1.07 GB',
1070
+ effectiveVolume: '4.96 MB',
1071
+ batchDepth: 18,
1072
+ utilizationRate: '0.45%'
1073
+ }, {
1074
+ theoreticalVolume: '2.15 GB',
1075
+ effectiveVolume: '83.38 MB',
1076
+ batchDepth: 19,
1077
+ utilizationRate: '3.79%'
1078
+ }, {
1079
+ theoreticalVolume: '4.29 GB',
1080
+ effectiveVolume: '511.65 MB',
1081
+ batchDepth: 20,
1082
+ utilizationRate: '11.64%'
1083
+ }, {
1084
+ theoreticalVolume: '8.59 GB',
1085
+ effectiveVolume: '1.93 GB',
1086
+ batchDepth: 21,
1087
+ utilizationRate: '22.52%'
1088
+ }, {
1089
+ theoreticalVolume: '17.18 GB',
1090
+ effectiveVolume: '5.75 GB',
1091
+ batchDepth: 22,
1092
+ utilizationRate: '33.50%'
1093
+ }, {
1094
+ theoreticalVolume: '34.36 GB',
1095
+ effectiveVolume: '14.84 GB',
1096
+ batchDepth: 23,
1097
+ utilizationRate: '43.19%'
1098
+ }, {
1099
+ theoreticalVolume: '68.72 GB',
1100
+ effectiveVolume: '35.02 GB',
1101
+ batchDepth: 24,
1102
+ utilizationRate: '50.96%'
1103
+ }, {
1104
+ theoreticalVolume: '137.44 GB',
1105
+ effectiveVolume: '78.51 GB',
1106
+ batchDepth: 25,
1107
+ utilizationRate: '57.12%'
1108
+ }, {
1109
+ theoreticalVolume: '274.88 GB',
1110
+ effectiveVolume: '169.64 GB',
1111
+ batchDepth: 26,
1112
+ utilizationRate: '61.71%'
1113
+ }, {
1114
+ theoreticalVolume: '549.76 GB',
1115
+ effectiveVolume: '354.69 GB',
1116
+ batchDepth: 27,
1117
+ utilizationRate: '64.52%'
1118
+ }, {
1119
+ theoreticalVolume: '1.10 TB',
1120
+ effectiveVolume: '739.37 GB',
1121
+ batchDepth: 28,
1122
+ utilizationRate: '65.74%'
1123
+ }, {
1124
+ theoreticalVolume: '2.20 TB',
1125
+ effectiveVolume: '1.52 TB',
1126
+ batchDepth: 29,
1127
+ utilizationRate: '69.15%'
1128
+ }, {
1129
+ theoreticalVolume: '4.40 TB',
1130
+ effectiveVolume: '3.10 TB',
1131
+ batchDepth: 30,
1132
+ utilizationRate: '70.56%'
1133
+ }, {
1134
+ theoreticalVolume: '8.80 TB',
1135
+ effectiveVolume: '6.29 TB',
1136
+ batchDepth: 31,
1137
+ utilizationRate: '71.48%'
1138
+ }, {
1139
+ theoreticalVolume: '17.59 TB',
1140
+ effectiveVolume: '12.70 TB',
1141
+ batchDepth: 32,
1142
+ utilizationRate: '72.18%'
1143
+ }, {
1144
+ theoreticalVolume: '35.18 TB',
1145
+ effectiveVolume: '25.57 TB',
1146
+ batchDepth: 33,
1147
+ utilizationRate: '72.67%'
1148
+ }, {
1149
+ theoreticalVolume: '70.37 TB',
1150
+ effectiveVolume: '51.37 TB',
1151
+ batchDepth: 34,
1152
+ utilizationRate: '73.00%'
1153
+ }, {
1154
+ theoreticalVolume: '140.74 TB',
1155
+ effectiveVolume: '103.08 TB',
1156
+ batchDepth: 35,
1157
+ utilizationRate: '73.24%'
1158
+ }, {
1159
+ theoreticalVolume: '281.47 TB',
1160
+ effectiveVolume: '206.65 TB',
1161
+ batchDepth: 36,
1162
+ utilizationRate: '73.42%'
1163
+ }, {
1164
+ theoreticalVolume: '562.95 TB',
1165
+ effectiveVolume: '413.98 TB',
1166
+ batchDepth: 37,
1167
+ utilizationRate: '73.54%'
1168
+ }, {
1169
+ theoreticalVolume: '1.13 PB',
1170
+ effectiveVolume: '828.91 TB',
1171
+ batchDepth: 38,
1172
+ utilizationRate: '73.59%'
1173
+ }, {
1174
+ theoreticalVolume: '2.25 PB',
1175
+ effectiveVolume: '1.66 PB',
1176
+ batchDepth: 39,
1177
+ utilizationRate: '73.62%'
1178
+ }, {
1179
+ theoreticalVolume: '4.50 PB',
1180
+ effectiveVolume: '3.32 PB',
1181
+ batchDepth: 40,
1182
+ utilizationRate: '73.72%'
1183
+ }, {
1184
+ theoreticalVolume: '9.01 PB',
1185
+ effectiveVolume: '6.64 PB',
1186
+ batchDepth: 41,
1187
+ utilizationRate: '73.74%'
1188
+ }],
1189
+ [RedundancyLevel.PARANOID]: [{
1190
+ theoreticalVolume: '536.87 MB',
1191
+ effectiveVolume: '13.17 kB',
1192
+ batchDepth: 17,
1193
+ utilizationRate: '0.00%'
1194
+ }, {
1195
+ theoreticalVolume: '1.07 GB',
1196
+ effectiveVolume: '1.96 MB',
1197
+ batchDepth: 18,
1198
+ utilizationRate: '0.18%'
1199
+ }, {
1200
+ theoreticalVolume: '2.15 GB',
1201
+ effectiveVolume: '33.01 MB',
1202
+ batchDepth: 19,
1203
+ utilizationRate: '1.50%'
1204
+ }, {
1205
+ theoreticalVolume: '4.29 GB',
1206
+ effectiveVolume: '202.53 MB',
1207
+ batchDepth: 20,
1208
+ utilizationRate: '4.61%'
1209
+ }, {
1210
+ theoreticalVolume: '8.59 GB',
1211
+ effectiveVolume: '765.05 MB',
1212
+ batchDepth: 21,
1213
+ utilizationRate: '8.68%'
1214
+ }, {
1215
+ theoreticalVolume: '17.18 GB',
1216
+ effectiveVolume: '2.28 GB',
1217
+ batchDepth: 22,
1218
+ utilizationRate: '13.27%'
1219
+ }, {
1220
+ theoreticalVolume: '34.36 GB',
1221
+ effectiveVolume: '5.87 GB',
1222
+ batchDepth: 23,
1223
+ utilizationRate: '17.08%'
1224
+ }, {
1225
+ theoreticalVolume: '68.72 GB',
1226
+ effectiveVolume: '13.86 GB',
1227
+ batchDepth: 24,
1228
+ utilizationRate: '20.17%'
1229
+ }, {
1230
+ theoreticalVolume: '137.44 GB',
1231
+ effectiveVolume: '31.08 GB',
1232
+ batchDepth: 25,
1233
+ utilizationRate: '22.61%'
1234
+ }, {
1235
+ theoreticalVolume: '274.88 GB',
1236
+ effectiveVolume: '67.15 GB',
1237
+ batchDepth: 26,
1238
+ utilizationRate: '24.43%'
1239
+ }, {
1240
+ theoreticalVolume: '549.76 GB',
1241
+ effectiveVolume: '140.40 GB',
1242
+ batchDepth: 27,
1243
+ utilizationRate: '25.54%'
1244
+ }, {
1245
+ theoreticalVolume: '1.10 TB',
1246
+ effectiveVolume: '292.67 GB',
1247
+ batchDepth: 28,
1248
+ utilizationRate: '26.03%'
1249
+ }, {
1250
+ theoreticalVolume: '2.20 TB',
1251
+ effectiveVolume: '602.12 GB',
1252
+ batchDepth: 29,
1253
+ utilizationRate: '27.35%'
1254
+ }, {
1255
+ theoreticalVolume: '4.40 TB',
1256
+ effectiveVolume: '1.23 TB',
1257
+ batchDepth: 30,
1258
+ utilizationRate: '27.94%'
1259
+ }, {
1260
+ theoreticalVolume: '8.80 TB',
1261
+ effectiveVolume: '2.49 TB',
1262
+ batchDepth: 31,
1263
+ utilizationRate: '28.32%'
1264
+ }, {
1265
+ theoreticalVolume: '17.59 TB',
1266
+ effectiveVolume: '5.03 TB',
1267
+ batchDepth: 32,
1268
+ utilizationRate: '28.60%'
1269
+ }, {
1270
+ theoreticalVolume: '35.18 TB',
1271
+ effectiveVolume: '10.12 TB',
1272
+ batchDepth: 33,
1273
+ utilizationRate: '28.77%'
1274
+ }, {
1275
+ theoreticalVolume: '70.37 TB',
1276
+ effectiveVolume: '20.34 TB',
1277
+ batchDepth: 34,
1278
+ utilizationRate: '28.91%'
1279
+ }, {
1280
+ theoreticalVolume: '140.74 TB',
1281
+ effectiveVolume: '40.80 TB',
1282
+ batchDepth: 35,
1283
+ utilizationRate: '29.00%'
1284
+ }, {
1285
+ theoreticalVolume: '281.47 TB',
1286
+ effectiveVolume: '81.80 TB',
1287
+ batchDepth: 36,
1288
+ utilizationRate: '29.06%'
1289
+ }, {
1290
+ theoreticalVolume: '562.95 TB',
1291
+ effectiveVolume: '163.87 TB',
1292
+ batchDepth: 37,
1293
+ utilizationRate: '29.11%'
1294
+ }, {
1295
+ theoreticalVolume: '1.13 PB',
1296
+ effectiveVolume: '328.11 TB',
1297
+ batchDepth: 38,
1298
+ utilizationRate: '29.14%'
1299
+ }, {
1300
+ theoreticalVolume: '2.25 PB',
1301
+ effectiveVolume: '656.76 TB',
1302
+ batchDepth: 39,
1303
+ utilizationRate: '29.16%'
1304
+ }, {
1305
+ theoreticalVolume: '4.50 PB',
1306
+ effectiveVolume: '1.31 PB',
1307
+ batchDepth: 40,
1308
+ utilizationRate: '29.18%'
1309
+ }, {
1310
+ theoreticalVolume: '9.01 PB',
1311
+ effectiveVolume: '2.63 PB',
1312
+ batchDepth: 41,
1313
+ utilizationRate: '29.19%'
1314
+ }]
1315
+ }
1316
+ };