#include "tensorstore/read_write_options.h"
struct tensorstore::WriteOptions;

Options for tensorstore::Write.

Data members

DomainAlignmentOptions alignment_options =
   
 DomainAlignmentOptions::all;

Constrains how the source array may be aligned to the target TensorStore.

WriteProgressFunction progress_function;

Optional progress callback.

SourceDataReferenceRestriction source_data_reference_restriction =
   
 cannot_reference_source_data;

Specifies restrictions on how the source data may be referenced (as opposed to copied).