UnknownMemoryStoreDefinition Constructors
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.
Overloads
| Name | Description |
|---|---|
| UnknownMemoryStoreDefinition() |
Initializes a new instance of UnknownMemoryStoreDefinition for deserialization. |
| UnknownMemoryStoreDefinition(MemoryStoreKind, IDictionary<String,BinaryData>) |
Initializes a new instance of UnknownMemoryStoreDefinition. |
UnknownMemoryStoreDefinition()
Initializes a new instance of UnknownMemoryStoreDefinition for deserialization.
public UnknownMemoryStoreDefinition();
Public Sub New ()
Applies to
UnknownMemoryStoreDefinition(MemoryStoreKind, IDictionary<String,BinaryData>)
Initializes a new instance of UnknownMemoryStoreDefinition.
public UnknownMemoryStoreDefinition(Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind kind, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.MemoryStore.UnknownMemoryStoreDefinition : Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStoreKind * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.MemoryStore.UnknownMemoryStoreDefinition
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.