InsightsTableResult interface
Query results for table insights query.
Properties
columns | Columns Metadata of the table |
rows | Rows data of the table |
Property Details
columns
Columns Metadata of the table
columns?: InsightsTableResultColumnsItem[]
Property Value
rows
Rows data of the table
rows?: string[][]
Property Value
string[][]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript