Lists the values in a table for a folder connection.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<GetFileTablePreviewResult> GetFileTablePreviewAsync(
string connectionId,
string relativePath = null,
FileDataFormat dataFormat,
string table,
string userHandle = null
)
Task<GetFileTablePreviewResult> GetFileTablePreviewAsync(
string connectionId,
string relativePath = null,
FileDataFormat dataFormat,
string table,
string userHandle = null
)
Function GetFileTablePreviewAsync (
connectionId As String,
Optional relativePath As String = Nothing,
dataFormat As FileDataFormat,
table As String,
Optional userHandle As String = Nothing
) As Task(Of GetFileTablePreviewResult)
Function GetFileTablePreviewAsync (
connectionId As String,
Optional relativePath As String = Nothing,
dataFormat As FileDataFormat,
table As String,
Optional userHandle As String = Nothing
) As Task(Of GetFileTablePreviewResult)
Parameters
- connectionId
- Type:
System String
Identifier of the connection.
This parameter is mandatory.
- relativePath (Optional)
- Type:
System String
Path of the connection file
This parameter is optional.
- dataFormat
- Type: Qlik.Engine FileDataFormat
Type of the file.
- table
- Type:
System String
Name of the table
This parameter must be set for XLS, XLSX, HTML and XML files.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task GetFileTablePreviewResult