Share via


VectorStoreFileStatus Struct

Definition

Vector store file status.

public readonly struct VectorStoreFileStatus : IEquatable<Azure.AI.Agents.Persistent.VectorStoreFileStatus>
type VectorStoreFileStatus = struct
Public Structure VectorStoreFileStatus
Implements IEquatable(Of VectorStoreFileStatus)
Inheritance
VectorStoreFileStatus
Implements

Constructors

Name Description
VectorStoreFileStatus(String)

Initializes a new instance of VectorStoreFileStatus.

Properties

Name Description
Cancelled

The file was cancelled.

Completed

The file has been successfully processed.

Failed

The file has failed to process.

InProgress

The file is currently being processed.

Methods

Name Description
Equals(VectorStoreFileStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(VectorStoreFileStatus, VectorStoreFileStatus)

Determines if two VectorStoreFileStatus values are the same.

Implicit(String to VectorStoreFileStatus)

Converts a String to a VectorStoreFileStatus.

Inequality(VectorStoreFileStatus, VectorStoreFileStatus)

Determines if two VectorStoreFileStatus values are not the same.

Applies to