Show / Hide Table of Contents

Interface ITableSnapshot

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

Properties

DataColumns

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

DeltaSequence

Declaration
long DeltaSequence { get; }
Property Value
Type Description
System.Int64

IncludedRows

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

SnapshotType

Declaration
TableSnapshot.TableSnapshotSnapshotType SnapshotType { get; }
Property Value
Type Description
Deephaven.OpenAPI.Shared.Data.TableSnapshot.TableSnapshotSnapshotType

TableSize

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