Interface ITableSnapshot
Assembly: DeephavenOpenAPI.dll
Syntax
public interface ITableSnapshot
Properties
DataColumns
Declaration
IColumnData[] DataColumns { get; }
Property Value
DeltaSequence
Declaration
long DeltaSequence { get; }
Property Value
Type |
Description |
System.Int64 |
|
IncludedRows
Declaration
RowRangeSet IncludedRows { get; }
Property Value
SnapshotType
Declaration
TableSnapshot.TableSnapshotSnapshotType SnapshotType { get; }
Property Value
Type |
Description |
Deephaven.OpenAPI.Shared.Data.TableSnapshot.TableSnapshotSnapshotType |
|
TableSize
Declaration
Property Value
Type |
Description |
System.Int64 |
|