TableItem Class
- java.
lang. Object - com.
azure. data. tables. models. TableItem
- com.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java