Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
FeatureType
Interface FeatureType
interface
FeatureType
{
externalId
:
string
;
id
:
number
;
properties
:
Properties
&
{
createdTime
:
{
type
:
"LONG"
;
}
;
externalId
:
{
size
:
32
;
type
:
"STRING"
;
}
;
lastUpdatedTime
:
{
type
:
"LONG"
;
}
;
}
;
searchSpec
?:
{
createdTimeIdx
:
{
properties
:
[
"createdTime"
]
;
}
;
externalIdIdx
:
{
properties
:
[
"externalId"
]
;
}
;
lastUpdatedTimeIdx
:
{
properties
:
[
"lastUpdatedTime"
]
;
}
;
[
indexName
:
string
]
:
GeospatialIndexSpec
;
}
;
}
Hierarchy (
view full
)
ExternalId
InternalId
FeatureType
Index
Properties
external
Id
id
properties
search
Spec?
Properties
external
Id
external
Id
:
string
id
id
:
number
properties
properties
:
Properties
&
{
createdTime
:
{
type
:
"LONG"
;
}
;
externalId
:
{
size
:
32
;
type
:
"STRING"
;
}
;
lastUpdatedTime
:
{
type
:
"LONG"
;
}
;
}
Optional
search
Spec
search
Spec
?:
{
createdTimeIdx
:
{
properties
:
[
"createdTime"
]
;
}
;
externalIdIdx
:
{
properties
:
[
"externalId"
]
;
}
;
lastUpdatedTimeIdx
:
{
properties
:
[
"lastUpdatedTime"
]
;
}
;
[
indexName
:
string
]
:
GeospatialIndexSpec
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
external
Id
id
properties
search
Spec
Cognite JavaScript SDK (beta)
Loading...