Class DataOptions.SnapshotOptions
java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
io.deephaven.web.client.api.subscription.DataOptions.SnapshotOptions
- Enclosing class:
- DataOptions
@TsInterface
@TsName(namespace="dh")
public static class DataOptions.SnapshotOptions
extends DataOptions
Options for requesting a snapshot of a table.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.web.client.api.subscription.DataOptions
DataOptions.PreviewOptions, DataOptions.RangeSetUnion, DataOptions.SimpleRange, DataOptions.SnapshotOptions, DataOptions.SubscriptionOptions, DataOptions.ViewportSubscriptionOptions -
Field Summary
FieldsModifier and TypeFieldDescription@JsNullable BooleanIf true, the snapshot will be filled starting from the end of the table, where 0 is the last row of the table.The rows to include in the snapshot.Fields inherited from class io.deephaven.web.client.api.subscription.DataOptions
columns, previewOptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataOptions.SnapshotOptionsCreates a deep copy of the object as the expected Java type.
-
Field Details
-
isReverseViewport
If true, the snapshot will be filled starting from the end of the table, where 0 is the last row of the table. Default is false. -
rows
The rows to include in the snapshot. This can be either aJsRangeSetor a single range withfirstandlastproperties.
-
-
Constructor Details
-
SnapshotOptions
public SnapshotOptions()
-
-
Method Details
-
of
Creates a deep copy of the object as the expected Java type.
-