Share via


MemoryStoreDefinition Constructors

Definition

Overloads

MemoryStoreDefinition()

Source:
MemoryStoreDefinition.cs

Initializes a new instance of MemoryStoreDefinition.

protected MemoryStoreDefinition();
Protected Sub New ()

Applies to

MemoryStoreDefinition(MemoryStoreKind, IDictionary<String,BinaryData>)

Source:
MemoryStoreDefinition.cs

Initializes a new instance of MemoryStoreDefinition.

public MemoryStoreDefinition(Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind kind, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreDefinition : Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreDefinition
Public Sub New (kind As MemoryStoreKind, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

kind
MemoryStoreKind

The kind of the memory store.

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to