PostgresMemoryEntry Struct
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.
A postgres memory entry.
public struct PostgresMemoryEntry : IEquatable<Microsoft.SemanticKernel.Connectors.Postgres.PostgresMemoryEntry>
type PostgresMemoryEntry = struct
Public Structure PostgresMemoryEntry
Implements IEquatable(Of PostgresMemoryEntry)
- Inheritance
-
PostgresMemoryEntry
- Implements
Properties
Embedding |
The embedding data as a Pgvector.Vector. |
Key |
Unique identifier of the memory entry. |
MetadataString |
Attributes as a string. |
Timestamp |
Optional timestamp. Its 'DateTimeKind' is Utc |
Methods
Equals(Object) | |
Equals(PostgresMemoryEntry) | |
GetHashCode() | |
ToString() |
Operators
Equality(PostgresMemoryEntry, PostgresMemoryEntry) | |
Inequality(PostgresMemoryEntry, PostgresMemoryEntry) |