Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAttachmentQueryProperties

Hierarchy

  • supportAttachmentQueryProperties

Index

Properties

Optional attachmentTypes

attachmentTypes: string[]

The file format that is supported by query attachment.

Read more...

Optional attachmentsWhere

attachmentsWhere: string

The where clause to be applied to attachment queries.

Read more...

Optional globalIds

globalIds: number[]

An array of globalIds for the features in the layer being queried.

Read more...

Optional keywords

keywords: string[]

Used to query for attachments that match the provided keywords.

Read more...

Optional name

name: string

Used to query for attachments that match this name.

Read more...

Optional num

num: number

The number of features to retrieve.

Read more...

Optional objectIds

objectIds: number[]

An array of objectIds of the features to be queried for attachments.

Read more...

Optional returnMetadata

returnMetadata: boolean

If true, the Exchangeable image file format for the attachment will be included in attachmentInfo.

Read more...

Optional size

size: number[]

The file size of the attachment is specified in bytes.

Read more...

Optional start

start: number

This option fetches query results by skipping a specified number of records.

Read more...

Optional where

where: string

The where clause to be applied to the layer.

Read more...

Generated using TypeDoc