AddFilesResponse Class

The response message streamed back as a file is uploaded

Definition

Namespace: SuperBuilderWinService
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class AddFilesResponse : IMessage<AddFilesResponse>, 
	IMessage, IEquatable<AddFilesResponse>, IDeepCloneable<AddFilesResponse>, 
	IBufferMessage
Inheritance
Object    AddFilesResponse
Implements
IBufferMessage, IDeepCloneableAddFilesResponse, IMessage, IMessageAddFilesResponse, IEquatableAddFilesResponse

Constructors

AddFilesResponseInitializes a new instance of the AddFilesResponse class
AddFilesResponse(AddFilesResponse)Initializes a new instance of the AddFilesResponse class

Properties

CurrentFileProgress The current file's progress percentage ranging from 0 to 100
CurrentFileUploading The current filepath being added, if any
Descriptor 
FilesUploaded A JSON list of filepaths that have been successfully added to the file store
HasCurrentFileProgressGets whether the "currentFileProgress" field is set
HasCurrentFileUploadingGets whether the "currentFileUploading" field is set
Parser 

Methods

CalculateSize 
ClearCurrentFileProgressClears the value of the "currentFileProgress" field
ClearCurrentFileUploadingClears the value of the "currentFileUploading" field
Clone 
Equals(AddFilesResponse) 
Equals(Object)
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MergeFrom(AddFilesResponse) 
MergeFrom(CodedInputStream) 
ToString
(Overrides ObjectToString)
WriteTo 

Fields

CurrentFileProgressFieldNumberField number for the "currentFileProgress" field.
CurrentFileUploadingFieldNumberField number for the "currentFileUploading" field.
FilesUploadedFieldNumberField number for the "filesUploaded" field.

See Also