ConversionOptions constructor
const
ConversionOptions({
- required DataFormat targetFormat,
- CompressionCodec? compression,
- int compressionLevel = 6,
- List<
int> ? chunkShape, - bool preserveAttributes = true,
- bool overwrite = false,
Implementation
const ConversionOptions({
required this.targetFormat,
this.compression,
this.compressionLevel = 6,
this.chunkShape,
this.preserveAttributes = true,
this.overwrite = false,
});