DatabaseTable Class

A database table resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
DatabaseTable

Constructor

DatabaseTable(*, temporal_type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.TableTemporalType]] = None, memory_optimized: Optional[bool] = None, **kwargs)

Parameters

temporal_type
str or TableTemporalType
Required

The table temporal type. Possible values include: "NonTemporalTable", "HistoryTable", "SystemVersionedTemporalTable".

memory_optimized
bool
Required

Whether or not the table is memory optimized.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.