Share via


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