File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ This section contains the following examples:
59
59
> | ---| ---|
60
60
> | Upload files as Append Blobs or Page Blobs.| ** --blob-type** =\[ BlockBlob\| PageBlob\| AppendBlob\] |
61
61
> | Upload to a specific access tier (such as the archive tier).| ** --block-blob-tier** =\[ None\| Hot\| Cool\| Archive\] |
62
- > | Automatically decompress files.| ** --decompress** =\[ gzip\| deflate\] |
63
62
>
64
63
> For a complete list, see [ options] ( storage-ref-azcopy-copy.md#options ) .
65
64
@@ -154,7 +153,7 @@ This section contains the following examples:
154
153
>
155
154
> | Scenario| Flag|
156
155
> | ---| ---|
157
- > | Automatically decompress files.| ** --decompress** = \[ gzip \| deflate \] |
156
+ > | Automatically decompress files.| ** --decompress** |
158
157
> | Specify how detailed you want your copy-related log entries to be.| ** --log-level** =\[ WARNING\| ERROR\| INFO\| NONE\] |
159
158
> | Specify if and how to overwrite the conflicting files and blobs at the destination.| ** --overwrite** =\[ true\| false\| ifSourceNewer\| prompt\] |
160
159
>
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ This section contains the following examples:
142
142
> | ---| ---|
143
143
> | Copy access control lists (ACLs) along with the files.| ** --preserve-smb-permissions** =\[ true\| false\] |
144
144
> | Copy SMB property information along with the files.| ** --preserve-smb-info** =\[ true\| false\] |
145
- > | Automatically decompress files.| ** --decompress** = \[ gzip \| deflate \] |
145
+ > | Automatically decompress files.| ** --decompress** |
146
146
>
147
147
> For a complete list, see [ options] ( storage-ref-azcopy-copy.md#options ) .
148
148
You can’t perform that action at this time.
0 commit comments