Class DataOptions.SubscriptionOptions
java.lang.Object
io.deephaven.web.client.api.subscription.DataOptions
io.deephaven.web.client.api.subscription.DataOptions.SubscriptionOptions
- Direct Known Subclasses:
DataOptions.ViewportSubscriptionOptions
- Enclosing class:
- DataOptions
@TsInterface
@TsName(namespace="dh")
public static class DataOptions.SubscriptionOptions
extends DataOptions
Options for requesting a full-table 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 Double
Minimum interval between updates, in milliseconds.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
-
updateIntervalMs
Minimum interval between updates, in milliseconds. If not specified, the server default will be used, typically 1000ms.Note that setting this to smaller values will not necessarily result in more frequent updates - the server may not propagate updates that frequently, or there may be no updates to propagate.
-
-
Constructor Details
-
SubscriptionOptions
public SubscriptionOptions()
-
-
Method Details
-
of
Creates a deep copy of the object as the expected Java type.
-