Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
GeospatialUpdateFeatureType
Interface GeospatialUpdateFeatureType
interface
GeospatialUpdateFeatureType
{
externalId
:
string
;
update
:
{
properties
:
{
add
:
Properties
;
}
|
{
remove
:
string
[]
;
}
;
}
|
{
searchSpec
:
{
add
:
{
[
indexName
:
string
]
:
{
properties
:
string
[]
;
}
;
}
;
}
|
{
remove
:
string
[]
;
}
;
}
;
}
Hierarchy (
view full
)
ExternalId
GeospatialUpdateFeatureType
Index
Properties
external
Id
update
Properties
external
Id
external
Id
:
string
update
update
:
{
properties
:
{
add
:
Properties
;
}
|
{
remove
:
string
[]
;
}
;
}
|
{
searchSpec
:
{
add
:
{
[
indexName
:
string
]
:
{
properties
:
string
[]
;
}
;
}
;
}
|
{
remove
:
string
[]
;
}
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
external
Id
update
Cognite JavaScript SDK (beta)
Loading...