Commit d69ba6e
[storage] add convenience methods exists, createIfNotExists, deleteIfExists (Azure#8964)
* [storage-blob] add CreateIfNotExists and DeleteIfExists for Container and Blob
* [storage-flie-share] add CreateIfNotExists and DeleteIfExists
* restore package.json
* [storage-queue] add createIfNotExists and deleteIfExists
* add exists for storage-file-share
* add createIfNotExists and deleteIfExists for storage-file-datalake
* record tests
* fix typo
* change return type - blob
* change return type - datalake
* change return type - file
* change return type - queue
Co-authored-by: Lin Jian <[email protected]>1 parent 0616689 commit d69ba6e
File tree
71 files changed
+7223
-162
lines changed- sdk/storage
- storage-blob
- recordings
- browsers
- appendblobclient
- blobclient
- containerclient
- pageblobclient
- node
- appendblobclient
- blobclient
- containerclient
- pageblobclient
- review
- src
- test
- storage-file-datalake
- recordings
- browsers
- datalakefilesystemclient
- datalakepathclient
- node
- datalakefilesystemclient
- datalakepathclient
- review
- src
- utils
- test
- storage-queue
- recordings
- browsers/queueclient
- node/queueclient
- review
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+7223
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 97 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments