Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a query that is passed in to the SelectionMetadataStore to search for selection metadata.

Hierarchy

  • SelectionMetadataQuery

Index

Properties

Optional dateCreatedMax

dateCreatedMax: Date

The latest create date, inclusive, that all search results must match, unless the value is null.

Optional dateCreatedMin

dateCreatedMin: Date

The earliest create date, inclusive, that all search results must match, unless the value is null.

Optional dateExpirationMax

dateExpirationMax: Date

The latest expiration date, inclusive, that all search results must match, unless the value is null.

Optional dateExpirationMin

dateExpirationMin: Date

The earliest expiration date, inclusive, that all search results must match, unless the value is null.

Optional dateModifiedMax

dateModifiedMax: Date

The latest modified date, inclusive, that all search results must match, unless the value is null.

Optional dateModifiedMin

dateModifiedMin: Date

The earliest modified date, inclusive, that all search results must match, unless the value is null.

Optional featureSetCollectionIds

featureSetCollectionIds: string[]

An array of feature set collection IDs that all search results must match one of, unless the array is empty.

Optional ids

ids: string[]

An array of IDs that all search results must match one of, unless the array is empty.

Optional name

name: string

A string that should be contained in the name of all search results, unless it is null.