Table Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A table in Spark, as returned by the ListTables
method in Catalog
.
public sealed class Table
type Table = class
Public NotInheritable Class Table
- Inheritance
-
Table
Properties
Database |
Name of the database the table belongs to. |
Description |
Description of the table. |
IsTemporary |
Whether the table is temporary or not. |
Name |
The name of the table. |
TableType |
The type of table (e.g. view/table) |