RemoveFilesRequest Class

The request message containing a list of files to be removed from RAG

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class RemoveFilesRequest : IMessage<RemoveFilesRequest>, 
	IMessage, IEquatable<RemoveFilesRequest>, IDeepCloneable<RemoveFilesRequest>, 
	IBufferMessage
Inheritance
Object    RemoveFilesRequest
Implements
IBufferMessage, IDeepCloneableRemoveFilesRequest, IMessage, IMessageRemoveFilesRequest, IEquatableRemoveFilesRequest

Constructors

RemoveFilesRequestInitializes a new instance of the RemoveFilesRequest class
RemoveFilesRequest(RemoveFilesRequest)Initializes a new instance of the RemoveFilesRequest class

Properties

Descriptor 
FilesToRemove A JSON list of all filepaths to try and remove from the file store
Parser 

Methods

Fields

FilesToRemoveFieldNumberField number for the "filesToRemove" field.

See Also