2.2.1.5.4 dfsrStats Element

The dfsrStats XML element represents efficiency statistics for the DFS-R service.

 <xs:element name="dfsrStats">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="sizeOfFilesReceived"
         type="xs:long"
        />
       <xs:element name="totalBytesReceived"
         type="xs:long"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

sizeOfFilesReceived

xs:long

MUST be the total uncompressed size, in bytes, of all files or partial files that are received by the server from other members since the DFS Replication service started. <6>

totalBytesReceived

xs:long

MUST be the total compressed size, in bytes, of all data that is received by the server from other members that participate in the same replication group over a network in order to transfer files or partial files. <7>