Class DataOptions.ViewportSubscriptionOptions
java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
io.deephaven.web.client.api.subscription.DataOptions.SubscriptionOptions
io.deephaven.web.client.api.subscription.DataOptions.ViewportSubscriptionOptions
- Enclosing class:
- DataOptions
@TsInterface
@TsName(namespace="dh")
public static class DataOptions.ViewportSubscriptionOptions
extends DataOptions.SubscriptionOptions
Options for requesting a viewport subscription to 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 Boolean
If true, the viewport 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 viewport.Fields inherited from class io.deephaven.web.client.api.subscription.DataOptions.SubscriptionOptions
updateIntervalMs
Fields inherited from class io.deephaven.web.client.api.subscription.DataOptions
columns, previewOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a deep copy of the object as the expected Java type.
-
Field Details
-
isReverseViewport
If true, the viewport 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 viewport. This can be either aJsRangeSet
or a single range withfirst
andlast
properties.
-
-
Constructor Details
-
ViewportSubscriptionOptions
public ViewportSubscriptionOptions()
-
-
Method Details
-
of
Creates a deep copy of the object as the expected Java type.
-