Yes, in your write stream you can save it as a table in the delta format without a problem. In DBR 8, the default table format is delta.
See this code, please note that the "..." is supplied to show that additional options may be required:
df.writeStream.format("delta")...saveAsTable("<tablename>")