StacQueryable interface

Definition of a queryable field for STAC API filtering.

Properties

createIndex

Whether to create a database index for this field.

dataType

Data type of the queryable field.

definition

Metadata for the queryable field.

name

Name of the queryable field.

Property Details

createIndex

Whether to create a database index for this field.

createIndex?: boolean

Property Value

boolean

dataType

Data type of the queryable field.

dataType?: string

Property Value

string

definition

Metadata for the queryable field.

definition: Record<string, any>

Property Value

Record<string, any>

name

Name of the queryable field.

name: string

Property Value

string