forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracing context in Storage Files (Azure#4888)
- Loading branch information
Showing
31 changed files
with
3,703 additions
and
1,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 169 additions & 30 deletions
199
...storage/azure-storage-file/src/main/java/com/azure/storage/file/DirectoryAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
168 changes: 139 additions & 29 deletions
168
sdk/storage/azure-storage-file/src/main/java/com/azure/storage/file/DirectoryClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
329 changes: 272 additions & 57 deletions
329
sdk/storage/azure-storage-file/src/main/java/com/azure/storage/file/FileAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
238 changes: 200 additions & 38 deletions
238
sdk/storage/azure-storage-file/src/main/java/com/azure/storage/file/FileClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.