Condividi tramite


DatabaseTable Class

A database table resource.

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

Constructor

DatabaseTable(*, temporal_type: str | _models.TableTemporalType | None = None, memory_optimized: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
temporal_type

The table temporal type. Known values are: "NonTemporalTable", "HistoryTable", and "SystemVersionedTemporalTable".

Default value: None
memory_optimized

Whether or not the table is memory optimized.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

temporal_type

The table temporal type. Known values are: "NonTemporalTable", "HistoryTable", and "SystemVersionedTemporalTable".

memory_optimized

Whether or not the table is memory optimized.