Class FileCounts

FileCounts class

public class FileCounts

Constructors

NameDescription
FileCounts()The default constructor.

Properties

NameDescription
Cancelled { get; set; }Gets or sets the number of files that were cancelled.
Completed { get; set; }Gets or sets the number of files that have been successfully processed.
Failed { get; set; }Gets or sets the number of files that failed to be processed.
InProgress { get; set; }Gets or sets the number of files that are currently being processed.
Total { get; set; }Gets or sets the total number of files in the vector store.

See Also