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

Options for tensorstore::Copy.

Data members

DomainAlignmentOptions alignment_options =
   
 DomainAlignmentOptions::all;

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

CopyProgressFunction 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).

Batch batch = {no_batch};

Optional batch for reading.