Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VectorStoreExpirationPolicy interface
- Package:
- @azure/ai-agents
The expiration policy for a vector store.
Properties
| anchor | Anchor timestamp after which the expiration policy applies. Supported anchors: |
| days | The anchor timestamp after which the expiration policy applies. |
Property Details
anchor
Anchor timestamp after which the expiration policy applies. Supported anchors: last_active_at.
anchor: "last_active_at"
Property Value
"last_active_at"
days
The anchor timestamp after which the expiration policy applies.
days: number
Property Value
number
