Share via


MemoryStoreObject.Definition Property

Definition

The definition of the memory store. Please note MemoryStoreDefinition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MemoryStoreDefaultDefinition.

public Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreDefinition Definition { get; }
member this.Definition : Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreDefinition
Public ReadOnly Property Definition As MemoryStoreDefinition

Property Value

Applies to