ExportOptions class | QSYS API Reference Guide
Provides methods for exporting data to XML or CSV formats. This class includes functionality for transforming data using XSLT, logging, and handling cancellation tokens.
Namespace: ASNA.DataGate.Client.CopyData Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Properties
| Type | Name | Description |
|---|---|---|
| ExportAccessMode | AccessPath | Gets or sets the access mode for data export. |
| Boolean | DetailedFeedback | Gets or sets a value indicating whether detailed feedback is enabled. |
| String | QueryExpression | Gets or sets the query expression to be used for data export. |
| IDictionary<String, KeyUsages> | QueryKeys | Gets the query keys to be used for data export. |
| IMember | SourceData | Gets or sets the source data to be exported. |
| String | TargetPath | Gets or sets the target path where the data will be exported. |