Skip to main content

Glossary: SynchronizationReport

RavenFS client API class contains info about a finished file synchronization.

Properties

NameTypeDescription
FileNamestringThe file name
FileETagEtagThe file Etag
BytesTransferedlongThe number of file bytes sent by a source file system during the synchronization process
BytesCopiedlongThe number of bytes copied from the file on the destination file system during the synchronization process
NeedListLengthlongThe number of elements in the need list (see RDC overview)
ExceptionExceptionThe exception that happened during the synchronization or null if the operation finished successfully
TypeSynchronizationTypeThe type of performed synchronization: ContentUpdate, MetadataUpdate, Rename or Delete