TableRecord Class
Assembly: Qlik.Engine.dll
Inheritance
-
System.Object
- TableRecord
Syntax
[ValueClass]
public class TableRecord : ITableRecordConstructors
| Name | Description |
|---|---|
| TableRecord() |
Properties
| Name | Description |
|---|---|
| Comment |
Comment related to the table. JSON property name: qComment |
| Fields |
Information about the fields in the table. JSON property name: qFields |
| IsDirectDiscovery |
If set to true, Direct Discovery is used. Direct Discovery fields are not loaded into memory and remain in the external database. JSON property name: qIsDirectDiscovery |
| IsSynthetic |
This property is set to true if the table contains a synthetic key. JSON property name: qIsSynthetic |
| Loose |
This property is set to true if the table is loose. JSON property name: qLoose |
| Name |
Name of the table. JSON property name: qName |
| NoOfRows |
Number of rows in the table. JSON property name: qNoOfRows |
| Pos |
Information about the position of the table. JSON property name: qPos |
| ProfilingData |
Profiling information of the table. JSON property name: qProfilingData |
| TableTags |
List of tags related to the table. JSON property name: qTableTags |