#include "tensorstore/array.h"
Index tensorstore::ArrayFormatOptions::summary_threshold = 1000;

If the total number of elements in the array (product of all dimensions) exceeds this threshold, a summary is printed rather than the full representation.