|
@@ -487,6 +487,9 @@ public:
|
|
|
//! Upper bound on count of simultaneously requested fragments within a reading session.
|
|
|
i64 MaxInflightFragmentCount;
|
|
|
|
|
|
+ // If |true| will request full blocks and store them in a cache for further access.
|
|
|
+ bool PrefetchWholeBlocks;
|
|
|
+
|
|
|
REGISTER_YSON_STRUCT(TChunkFragmentReaderConfig);
|
|
|
|
|
|
static void Register(TRegistrar registrar);
|