public void Append(StoreAccount store, FsFileStatusPage file, System.IO.Stream steamContents) { this.RestClient.FileSystem.Append(store.Name, file.ToString(), steamContents); }
public void Append(AdlClient.Models.StoreAccountRef account, FsFileStatusPage file, System.IO.Stream steamContents) { this.RestClient.FileSystem.Append(account.Name, file.ToString(), steamContents); }