DataLakeFileClient.MaxUploadLongBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum number of bytes that can be sent in each append call in Azure.Storage.Files.DataLake.DataLakeFileClient.UploadAsync(System.IO.Stream,Azure.Storage.Files.DataLake.Models.PathHttpHeaders,Azure.Storage.Files.DataLake.Models.DataLakeRequestConditions,System.IProgress{System.Int64},Azure.Storage.StorageTransferOptions,System.Threading.CancellationToken).
public virtual long MaxUploadLongBytes { get; }
member this.MaxUploadLongBytes : int64
Public Overridable ReadOnly Property MaxUploadLongBytes As Long
Property Value
Applies to
Azure SDK for .NET