KustoMemoryRecord.WriteToCsvStream(CsvWriter) 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.
Writes properties of KustoMemoryRecord instance to stream using Kusto.Cloud.Platform.Utils.CsvWriter.
public void WriteToCsvStream (Kusto.Cloud.Platform.Utils.CsvWriter streamWriter);
member this.WriteToCsvStream : Kusto.Cloud.Platform.Utils.CsvWriter -> unit
Public Sub WriteToCsvStream (streamWriter As CsvWriter)
Parameters
- streamWriter
- Kusto.Cloud.Platform.Utils.CsvWriter
Instance of Kusto.Cloud.Platform.Utils.CsvWriter to write properties to stream.