File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2314,6 +2314,12 @@ export namespace InstanceSearchResponse {
23142314export interface InstanceStatsResponse {
23152315 completed ?: number ;
23162316
2317+ /**
2318+ * True when status counts are unavailable (e.g. legacy stats query exceeded D1
2319+ * statement-size limit). Counts are omitted in this case.
2320+ */
2321+ degraded ?: boolean ;
2322+
23172323 /**
23182324 * Engine-specific metadata. Present only for managed (v3) instances.
23192325 */
Original file line number Diff line number Diff line change @@ -2365,6 +2365,12 @@ export namespace InstanceSearchResponse {
23652365export interface InstanceStatsResponse {
23662366 completed ?: number ;
23672367
2368+ /**
2369+ * True when status counts are unavailable (e.g. legacy stats query exceeded D1
2370+ * statement-size limit). Counts are omitted in this case.
2371+ */
2372+ degraded ?: boolean ;
2373+
23682374 /**
23692375 * Engine-specific metadata. Present only for managed (v3) instances.
23702376 */
You can’t perform that action at this time.
0 commit comments