Interface- DownloadOptions
Configuration options for downloading an Object.
Properties
decompress
• Optional
decompress: boolean
Specifies whether the Object should be decompressed if it was uploaded using the compress flag. By default, this property is set to true, indicating that the Object should be decompressed during download.
Defined in
This interface defines the configuration options that can be provided when downloading an Object from Object Storage. The decompress
property specifies whether the Object should be decompressed if it was uploaded with compression enabled. By default, the value is true, meaning that the Object will be decompressed during download.
Was this page helpful?