TableItem Class
Represents an Azure TableItem. Returned by TableServiceClient.list_tables and TableServiceClient.query_tables.
- Inheritance
-
builtins.objectTableItem
Constructor
TableItem(name: str)
Parameters
Name | Description |
---|---|
name
Required
|
Name of the Table |
Attributes
name
name: str
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 Python