Class DataOptions
java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
- Direct Known Subclasses:
DataOptions.SnapshotOptions
,DataOptions.SubscriptionOptions
Options for requesting table data, either as a snapshot or a subscription. See subtypes for more specific options:
DataOptions.SnapshotOptions
for snapshot-specific optionsDataOptions.SubscriptionOptions
for full-table subscription-specific optionsDataOptions.ViewportSubscriptionOptions
for viewport subscription-specific options
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Options for requesting a preview of columns when requesting table data.static interface
Simple TS union that includes the rangeset and a simplified set that must contain exactly one range, with a start and end property that are both JS numbers.static class
Simple range consisting only of start and end numbers.static class
Options for requesting a snapshot of a table.static class
Options for requesting a full-table subscription to a table.static class
Options for requesting a viewport subscription to a table. -
Field Summary
FieldsModifier and TypeFieldDescriptionelemental2.core.JsArray<Column>
Required property to indicate which columns should be included in the table data.@JsNullable DataOptions.PreviewOptions
Optional preview instructions for columns in the table data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
previewOptions
Optional preview instructions for columns in the table data. -
columns
Required property to indicate which columns should be included in the table data.
-
-
Constructor Details
-
DataOptions
public DataOptions()
-