GetFileListResponse Class

The response message containing list of all files found in document store

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class GetFileListResponse : IMessage<GetFileListResponse>, 
	IMessage, IEquatable<GetFileListResponse>, IDeepCloneable<GetFileListResponse>, 
	IBufferMessage
Inheritance
Object    GetFileListResponse
Implements
IBufferMessage, IDeepCloneableGetFileListResponse, IMessage, IMessageGetFileListResponse, IEquatableGetFileListResponse

Constructors

GetFileListResponseInitializes a new instance of the GetFileListResponse class
GetFileListResponse(GetFileListResponse)Initializes a new instance of the GetFileListResponse class

Properties

Descriptor 
FileList A JSON list of all filepaths and their respective stored metadata
Parser 

Methods

Fields

FileListFieldNumberField number for the "fileList" field.

See Also