VectorStoreResponse.ExpiresAt

VectorStoreResponse.ExpiresAt property

Gets or sets the Unix timestamp (in seconds) for when the vector store will expire.

public long? ExpiresAt { get; set; }

See Also