#include "tensorstore/schema.h" DataType tensorstore::Schema::dtype() const; explicit tensorstore::Schema::operator DataType() const; absl::Status tensorstore::Schema::Set(DataType value); Specifies the data type. The data type, if specified, is always a hard constraint.