Table of Contents

Class ListTablesResult

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

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; }

Property Value

TableInfo[]