Skip to main content Skip to complementary content

GetFileTableFieldsAsync Method

Overloads

GetFileTableFieldsAsync(String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

* CSV for Delimited

* FIX for Fixed Record

* DIF for Data Interchange Format

* EXCEL_BIFF for Microsoft Excel (XLS)

* EXCEL_OOXML for Microsoft Excel (XLSX)

* HTML for HTML

* QVD for QVD file

* XML for XML

* QVX for QVX file

* JSON for JSON format

* KML for KML file

GetFileTableFieldsAsync(AsyncHandle, String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

* CSV for Delimited

* FIX for Fixed Record

* DIF for Data Interchange Format

* EXCEL_BIFF for Microsoft Excel (XLS)

* EXCEL_OOXML for Microsoft Excel (XLSX)

* HTML for HTML

* QVD for QVD file

* XML for XML

* QVX for QVX file

* JSON for JSON format

* KML for KML file

GetFileTableFieldsAsync<T>(AsyncHandle, Func<Response, T>, String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

* CSV for Delimited

* FIX for Fixed Record

* DIF for Data Interchange Format

* EXCEL_BIFF for Microsoft Excel (XLS)

* EXCEL_OOXML for Microsoft Excel (XLSX)

* HTML for HTML

* QVD for QVD file

* XML for XML

* QVX for QVX file

* JSON for JSON format

* KML for KML file

GetFileTableFieldsAsync(String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

  • CSV for Delimited
  • FIX for Fixed Record
  • DIF for Data Interchange Format
  • EXCEL_BIFF for Microsoft Excel (XLS)
  • EXCEL_OOXML for Microsoft Excel (XLSX)
  • HTML for HTML
  • QVD for QVD file
  • XML for XML
  • QVX for QVX file
  • JSON for JSON format
  • KML for KML file

Declaration

      public Task<GetFileTableFieldsResult> GetFileTableFieldsAsync([QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null, [QixName("qDataFormat")] FileDataFormat dataFormat, [QixName("qTable")] string table)
    

Parameters

Type Name Description
System.String connectionId

Identifier of the connection.

System.String relativePath

Path of the connection file.

FileDataFormat dataFormat

Type of the file.

System.String table

Name of the table. This parameter must be set for XLS , XLSX , HTML and XML files.

Returns

Type Description
System.Threading.Tasks.Task<GetFileTableFieldsResult>

Implements

GetFileTableFieldsAsync(AsyncHandle, String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

  • CSV for Delimited
  • FIX for Fixed Record
  • DIF for Data Interchange Format
  • EXCEL_BIFF for Microsoft Excel (XLS)
  • EXCEL_OOXML for Microsoft Excel (XLSX)
  • HTML for HTML
  • QVD for QVD file
  • XML for XML
  • QVX for QVX file
  • JSON for JSON format
  • KML for KML file

Declaration

      public Task<GetFileTableFieldsResult> GetFileTableFieldsAsync(AsyncHandle asyncHandle, [QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null, [QixName("qDataFormat")] FileDataFormat dataFormat, [QixName("qTable")] string table)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String connectionId

Identifier of the connection.

System.String relativePath

Path of the connection file.

FileDataFormat dataFormat

Type of the file.

System.String table

Name of the table. This parameter must be set for XLS , XLSX , HTML and XML files.

Returns

Type Description
System.Threading.Tasks.Task<GetFileTableFieldsResult>

Implements

GetFileTableFieldsAsync<T>(AsyncHandle, Func<Response, T>, String, String, FileDataFormat, String)

Lists the fields of a table for a folder connection.

FileType

Recognized file formats are:

  • CSV for Delimited
  • FIX for Fixed Record
  • DIF for Data Interchange Format
  • EXCEL_BIFF for Microsoft Excel (XLS)
  • EXCEL_OOXML for Microsoft Excel (XLSX)
  • HTML for HTML
  • QVD for QVD file
  • XML for XML
  • QVX for QVX file
  • JSON for JSON format
  • KML for KML file

Declaration

      public Task<T> GetFileTableFieldsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qConnectionId")] string connectionId, [QixName("qRelativePath")] string relativePath = null, [QixName("qDataFormat")] FileDataFormat dataFormat, [QixName("qTable")] string table)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String connectionId

Identifier of the connection.

System.String relativePath

Path of the connection file.

FileDataFormat dataFormat

Type of the file.

System.String table

Name of the table. This parameter must be set for XLS , XLSX , HTML and XML files.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!