Show / Hide Table of Contents

Class DatabaseCatalog

A catalog of available Deephaven database tables.

Inheritance
System.Object
DatabaseCatalog
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public class DatabaseCatalog : object

Properties

Tables

The individual tables

Declaration
public DatabaseCatalogTable[] Tables { get; }
Property Value
Type Description
DatabaseCatalogTable[]
Back to top Generated by DocFX