complexType AutoArchiveResult
diagram ec_wsdl_diagrams/ec_wsdl_p105.png
namespace http://base.api.ec.n2.tibco.com
children start end duration instancesArchived instanceEventsArchived systemEventsArchived totalEventsArchived ecEventSize warning succeeded timeout
used by
elements AutoArchiveResult AutoArchiveStatus/currentRun AutoArchiveStatus/lastRun
annotation
documentation
A result object containing information on a run of the Auto-Archiver.
This can give information (depending on context) on either the current run of the Auto-Archiver, or the previous run.
source <xs:complexType name="AutoArchiveResult">
 
<xs:annotation>
   
<xs:documentation>A result object containing information on a run of the Auto-Archiver.
This can give information (depending on context) on either the current run of the Auto-Archiver, or the previous run.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="start" type="xs:dateTime" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the Auto-Archiver started</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="end" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time the Auto-Archiver completed</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="duration" type="xs:long" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time taken for the Auto-Archiver to run</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instancesArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of instances archived</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="instanceEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of events archived as a result of being related to an instance</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="systemEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of system events archived</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalEventsArchived" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of events archived (systemEventsArchived+instanceEventsArchived)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ecEventSize" type="xs:int" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The size of the ec_event table</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="warning" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A textual representation of any warning the run of the Auto-Archiver may have caused</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="succeeded" type="xs:boolean" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Whether or not this run of the Auto-Archiver succeeded</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timeout" type="xs:dateTime" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The scheduled timeout for this run of the Auto-Archiver</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy