TableProperties Class

TableProperties.

Constructor

TableProperties(*args: Any, **kwargs: Any)

Variables

Name Description
table_name
str

Table name under the specified account.

signed_identifiers

List of stored access policies specified on the table.

Attributes

signed_identifiers

List of stored access policies specified on the table.

signed_identifiers: list['_models.TableSignedIdentifier'] | None

table_name

Table name under the specified account.

table_name: str | None