Interface ZarrMaturityAssessmentExperimental

Client-side interpretation of the server's experimental Zarr contract. Direct object-store reads are deliberately not implied by this status.

interface ZarrMaturityAssessment {
    directObjectStoreRead: "unavailable";
    failures: readonly ZarrMaturityFailure[];
    maturity: "experimental";
    metadata: "ready" | "pending";
    serverTileHandoff: "unavailable" | "ready";
}

Properties

directObjectStoreRead
failures: readonly ZarrMaturityFailure[]
maturity
metadata: "ready" | "pending"
serverTileHandoff: "unavailable" | "ready"