Share via


MemoryStoreKind Struct

Definition

The type of memory store implementation to use.

public readonly struct MemoryStoreKind : IEquatable<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind>
type MemoryStoreKind = struct
Public Structure MemoryStoreKind
Implements IEquatable(Of MemoryStoreKind)
Inheritance
MemoryStoreKind
Implements

Constructors

Name Description
MemoryStoreKind(String)

Initializes a new instance of MemoryStoreKind.

Properties

Name Description
Default

The default memory store implementation.

Methods

Name Description
Equals(MemoryStoreKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MemoryStoreKind, MemoryStoreKind)

Determines if two MemoryStoreKind values are the same.

Implicit(String to MemoryStoreKind)

Converts a String to a MemoryStoreKind.

Inequality(MemoryStoreKind, MemoryStoreKind)

Determines if two MemoryStoreKind values are not the same.

Applies to