Class ListTableNamesResult
The result object for an operation returning a list of table names.
public class ListTableNamesResult
- Inheritance
-
ListTableNamesResult
- Inherited Members
Properties
TableNames
The list of table names.
[JsonPropertyName("tables")]
public List<string> TableNames { get; set; }