你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableItem Class

  • java.lang.Object
    • com.azure.data.tables.models.TableItem

public final class TableItem

A table within a storage or CosmosDB table API account.

Method Summary

Modifier and Type Method and Description
String getName()

Gets the name of the table.

Methods inherited from java.lang.Object

Method Details

getName

public String getName()

Gets the name of the table.

Returns:

The name of the table.

Applies to