Show / Hide Table of Contents

Interface ITableData

An interface to table data provided in response to a one-time request (i.e. a "snapshot" of the table).

Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public interface ITableData

Properties

ColumnData

Declaration
IColumnData[] ColumnData { get; }
Property Value
Type Description
IColumnData[]

IncludedRows

Declaration
RowRangeSet IncludedRows { get; }
Property Value
Type Description
RowRangeSet

Rows

Declaration
long Rows { get; }
Property Value
Type Description
System.Int64
Back to top Generated by DocFX