KustoMemoryRecord Class
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.
Kusto memory record entity.
public sealed class KustoMemoryRecord
type KustoMemoryRecord = class
Public NotInheritable Class KustoMemoryRecord
- Inheritance
-
KustoMemoryRecord
Constructors
KustoMemoryRecord(MemoryRecord) |
Initializes a new instance of the KustoMemoryRecord class. |
KustoMemoryRecord(String, MemoryRecordMetadata, ReadOnlyMemory<Single>, Nullable<DateTimeOffset>) |
Initializes a new instance of the KustoMemoryRecord class. |
KustoMemoryRecord(String, String, String, String) |
Initializes a new instance of the KustoMemoryRecord class. |
Properties
Embedding |
Source content embedding. |
Key |
Entity key. |
Metadata |
Attributes associated with memory entity. |
Timestamp |
Optional timestamp. |
Methods
ToMemoryRecord() |
Returns instance of mapped MemoryRecord. |
WriteToCsvStream(CsvWriter) |
Writes properties of KustoMemoryRecord instance to stream using Kusto.Cloud.Platform.Utils.CsvWriter. |