Preparing search index...
The search index is not available
Cognite JavaScript SDK
Cognite JavaScript SDK
DataPointSubscriptionListDataResponse
Interface DataPointSubscriptionListDataResponse
interface
DataPointSubscriptionListDataResponse
{
hasNext
:
boolean
;
partitions
:
{
index
:
number
;
nextCursor
:
string
;
}
[]
;
subscriptionChanges
?:
{
added
?:
GetTimeSeriesForSubscription
[]
;
removed
?:
GetTimeSeriesForSubscription
[]
;
}
;
updates
:
DataPointSubscriptionDataUpdate
[]
;
}
Index
Properties
has
Next
partitions
subscription
Changes?
updates
Properties
has
Next
has
Next
:
boolean
partitions
partitions
:
{
index
:
number
;
nextCursor
:
string
;
}
[]
Optional
subscription
Changes
subscription
Changes
?:
{
added
?:
GetTimeSeriesForSubscription
[]
;
removed
?:
GetTimeSeriesForSubscription
[]
;
}
updates
updates
:
DataPointSubscriptionDataUpdate
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
Next
partitions
subscription
Changes
updates
Cognite JavaScript SDK
Loading...