NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
FileSink.hpp File Reference
#include <Sinks/Mediums/SinkMedium.hpp>
#include <cstdint>
#include <memory>
#include <string>
Include dependency graph for FileSink.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::FileSink
 The file sink writes the stream result to a text file, in CSV or JSON format. More...
 

Namespaces

 NES
 This exception represents a network error.
 

Typedefs

using NES::FileSinkPtr = std::shared_ptr< FileSink >