You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-dotnet.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Data Lake Storage Gen2 .NET SDK for files & ACLs (preview)
2
+
title: Azure Data Lake Storage Gen2 .NET SDK for files & ACLs
3
3
description: Use the Azure Storage client library to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
# Use .NET to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
13
+
# Use .NET to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
14
14
15
15
This article shows you how to use .NET to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
-
> [!IMPORTANT]
18
-
> The [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake) NuGet package that is featured in this article is currently in public preview.
@@ -226,13 +223,13 @@ public async Task UploadFile(DataLakeFileSystemClient fileSystemClient)
226
223
```
227
224
228
225
> [!TIP]
229
-
> If your file size is large, your code will have to make multiple calls to the [DataLakeFileClient.AppendAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.appendasync). Consider using the [DataLakeFileClient.UploadAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.uploadasync?view=azure-dotnet-preview#Azure_Storage_Files_DataLake_DataLakeFileClient_UploadAsync_System_IO_Stream_) method instead. That way, you can upload the entire file in a single call.
226
+
> If your file size is large, your code will have to make multiple calls to the [DataLakeFileClient.AppendAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.appendasync). Consider using the [DataLakeFileClient.UploadAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.uploadasync?view=azure-dotnet#Azure_Storage_Files_DataLake_DataLakeFileClient_UploadAsync_System_IO_Stream_) method instead. That way, you can upload the entire file in a single call.
230
227
>
231
228
> See the next section for an example.
232
229
233
230
## Upload a large file to a directory
234
231
235
-
Use the [DataLakeFileClient.UploadAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.uploadasync?view=azure-dotnet-preview#Azure_Storage_Files_DataLake_DataLakeFileClient_UploadAsync_System_IO_Stream_) method to upload large files without having to make multiple calls to the [DataLakeFileClient.AppendAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.appendasync) method.
232
+
Use the [DataLakeFileClient.UploadAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.uploadasync?view=azure-dotnet#Azure_Storage_Files_DataLake_DataLakeFileClient_UploadAsync_System_IO_Stream_) method to upload large files without having to make multiple calls to the [DataLakeFileClient.AppendAsync](https://docs.microsoft.com/dotnet/api/azure.storage.files.datalake.datalakefileclient.appendasync) method.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-java.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Data Lake Storage Gen2 Java SDK for files & ACLs (preview)
2
+
title: Azure Data Lake Storage Gen2 Java SDK for files & ACLs
3
3
description: Use Azure Storage libraries for Java to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
# Use Java to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
13
+
# Use Java to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
14
14
15
15
This article shows you how to use Java to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
-
> [!IMPORTANT]
18
-
> The Java library that is featured in this article is currently in public preview.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-javascript.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Use JavaScript for files & ACLs in Azure Data Lake Storage Gen2 (preview)
2
+
title: Use JavaScript for files & ACLs in Azure Data Lake Storage Gen2
3
3
description: Use Azure Storage Data Lake client library for JavaScript to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
# Use JavaScript to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
13
+
# Use JavaScript to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
14
14
15
15
This article shows you how to use JavaScript to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
-
> [!IMPORTANT]
18
-
> The JavaScript library that is featured in this article is currently in public preview.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-python.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Data Lake Storage Gen2 Python SDK for files & ACLs (preview)
2
+
title: Azure Data Lake Storage Gen2 Python SDK for files & ACLs
3
3
description: Use Python manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
# Use Python to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
13
+
# Use Python to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
14
14
15
15
This article shows you how to use Python to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
-
> [!IMPORTANT]
18
-
> The Azure Data Lake Storage client library for Python is currently in public preview.
0 commit comments