#include "tensorstore/schema.h"
FillValue tensorstore::Schema::fill_value() const;
explicit tensorstore::Schema::operator FillValue() const;
absl::Status tensorstore::Schema::Set(FillValue value);

Specifies the fill value.

The fill value data type must be convertible to the actual data type, and the shape must be broadcast-compatible with the domain.

If an existing fill value has already been set as a constraint, it is an error to specify a different fill value (where the comparison is done after normalization by UnbroadcastArray).