SqlPoolTableColumns interface

Interface representing a SqlPoolTableColumns.

Methods

listByTableName(string, string, string, string, string, SqlPoolTableColumnsListByTableNameOptionalParams)

Gets columns in a given table in a SQL pool.

Method Details

listByTableName(string, string, string, string, string, SqlPoolTableColumnsListByTableNameOptionalParams)

Gets columns in a given table in a SQL pool.

function listByTableName(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, options?: SqlPoolTableColumnsListByTableNameOptionalParams): PagedAsyncIterableIterator<SqlPoolColumn, SqlPoolColumn[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

sqlPoolName

string

SQL pool name

schemaName

string

The name of the schema.

tableName

string

The name of the table.

options
SqlPoolTableColumnsListByTableNameOptionalParams

The options parameters.

Returns