VectorStoreResponse.CreatedAt

VectorStoreResponse.CreatedAt property

Gets or sets the Unix timestamp (in seconds) for when the vector store was created.

public long? CreatedAt { get; set; }

See Also