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.SnapshotOptionsfor snapshot-specific optionsDataOptions.SubscriptionOptionsfor full-table subscription-specific optionsDataOptions.ViewportSubscriptionOptionsfor viewport subscription-specific options
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOptions for requesting a preview of columns when requesting table data.static interfaceSimple 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 classSimple range consisting only of start and end numbers.static classOptions for requesting a snapshot of a table.static classOptions for requesting a full-table subscription to a table.static classOptions 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.PreviewOptionsOptional 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()
-