MemoryOperation Class
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.
Represents a single memory operation (create, update, or delete) performed on a memory item.
public class MemoryOperation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryOperation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryOperation>
type MemoryOperation = class
interface IJsonModel<MemoryOperation>
interface IPersistableModel<MemoryOperation>
Public Class MemoryOperation
Implements IJsonModel(Of MemoryOperation), IPersistableModel(Of MemoryOperation)
- Inheritance
-
MemoryOperation
- Implements
Properties
| Name | Description |
|---|---|
| Kind |
The type of memory operation being performed. |
| MemoryItem |
The memory item to create, update, or delete. |