你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreFileSystemClient.AppendToFile(String, String, Byte[]) Method

Definition

Appends contents to a file

public void AppendToFile (string filePath, string accountName, byte[] contents);
member this.AppendToFile : string * string * byte[] -> unit
Public Sub AppendToFile (filePath As String, accountName As String, contents As Byte())

Parameters

filePath
String

Full path of the file

accountName
String

Account name

contents
Byte[]

Contents in byte array

Applies to