Class VectorStoreFileObject
- Assembly
- AntRunnerLib.dll
public class VectorStoreFileObject : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IEquatable<VectorStoreFileObject>
- Inheritance
-
System.
Object VectorStore File Object
- Implements
-
System.
IEquatable <ObjectBase >Response System.IEquatable <BaseResponse >System.IEquatable <VectorStore >File Object
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
CreatedAt
The Unix timestamp (in seconds) for when the vector store file was created.
Property Value
- System.
Int32
Id
The identifier, which can be referenced in API endpoints.
Property Value
- System.
String
LastError
The last error associated with this vector store file. Will be null
if there are no errors.
Property Value
Status
The status of the vector store file, which can be either in_progress
, completed
, cancelled
, or failed
. The
status completed
indicates that the vector store file is ready for use.
Property Value
- System.
String
UsageBytes
The total vector store usage in bytes. Note that this may be different from the original file size.
Property Value
- System.
Int32
VectorStoreId
The ID of the vector store that the File is attached to.
Property Value
- System.
String