Class ListTablesResult
The result object for an operation returning a list of tables.
public class ListTablesResult
- Inheritance
-
ListTablesResult
- Inherited Members
Properties
Tables
An array of TableInfo describing the tables.
[JsonPropertyName("tables")]
public TableInfo[] Tables { get; set; }