Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureType

Hierarchy

Index

Properties

externalId

externalId: CogniteExternalId

id

properties

properties: Properties & { createdTime: { type: "LONG" }; externalId: { size: 32; type: "STRING" }; lastUpdatedTime: { type: "LONG" } }

Optional searchSpec

searchSpec: undefined | { createdTimeIdx: { properties: ["createdTime"] }; externalIdIdx: { properties: ["externalId"] }; lastUpdatedTimeIdx: { properties: ["lastUpdatedTime"] } }