DataEntryBase(String, Nullable<DateTimeOffset>) Constructor
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.
Creates an instance of a DataEntryBase.
[System.Text.Json.Serialization.JsonConstructor]
public DataEntryBase (string? key = default, DateTimeOffset? timestamp = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.Memory.DataEntryBase : string * Nullable<DateTimeOffset> -> Microsoft.SemanticKernel.Memory.DataEntryBase
Public Sub New (Optional key As String = Nothing, Optional timestamp As Nullable(Of DateTimeOffset) = Nothing)
Parameters
- key
- String
The data key.
- timestamp
- Nullable<DateTimeOffset>
The data timestamp.
- Attributes