attributeGroup "inboundAttributes"
Namespace:
Content:
Defined:
globally in mule-file.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:long)
 = 
(xsd:string | xsd:long)
 = 
xsd:string
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="inboundAttributes">
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
<xsd:attribute name="fileAge" type="mule:substitutableLong"/>
<xsd:attribute name="moveToPattern" type="xsd:string"/>
<xsd:attribute name="moveToDirectory" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 4/4)
fileAge
Type:
Use:
optional
Miniumum age (ms) for a file to be processed. This can be useful when consuming large files. It tells Mule to wait for a period of time before consuming the file, allowing the file to be completely written before the file is processed.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="fileAge" type="mule:substitutableLong"/>

moveToDirectory
Type:
xsd:string, predefined
Use:
optional
The directory path where the file should be written after it has been read. If this is not set, the file is deleted after it has been read.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="moveToDirectory" type="xsd:string"/>

moveToPattern
Type:
xsd:string, predefined
Use:
optional
The pattern to use when moving a read file to a new location determined by the moveToDirectory property. This can use the patterns supported by the filename parser configured for this connector.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="moveToPattern" type="xsd:string"/>

pollingFrequency
Type:
Use:
optional
The frequency in milliseconds that the read directory should be checked (default is 0). Note that the read directory is specified by the endpoint of the listening component.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.