Partager via


KustoMemoryRecord.WriteToCsvStream(CsvWriter) Method

Definition

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.

Applies to