pyspark.sql.DataFrame.writeStream

property DataFrame.writeStream

Interface for saving the content of the streaming DataFrame out into external storage.

New in version 2.0.0.

Returns:
DataStreamWriter

Notes

This API is evolving.