DataLakeStoreFileSystemClient.AppendToFile(String, String, Byte[]) Method
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.
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