FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | transportName
The name of the transport being used within the file adapter. |
integer | requestId
Request ID for this open file event. The response will contain this ID. |
string | codec
The name of the codec to use with the file. This should match one of the codecs specified in the (static) config file. Use the null codec (by default this is called JNullCodec) to write entire lines. |
string | filename
Full filename to write to. |
boolean | appendData
Boolean representing whether file is to be overwritten or appended to. |
dictionary<string, string> | payload
Additional payload items. |
Member detail |
---|
boolean appendDataBoolean representing whether file is to be overwritten or appended to.
string codecThe name of the codec to use with the file. This should match one of the codecs specified in the (static) config file. Use the null codec (by default this is called JNullCodec) to write entire lines.
string filenameFull filename to write to.
dictionary<string, string> payloadAdditional payload items.
integer requestIdRequest ID for this open file event. The response will contain this ID.
string transportNameThe name of the transport being used within the file adapter.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |