Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAttachmentQuery

Hierarchy

Index

Properties

attachmentTypes

attachmentTypes: string[]

The file format that is supported by query attachment.

Read more...

attachmentsWhere

attachmentsWhere: string

The where clause to be applied to attachment queries.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

globalIds

globalIds: number[]

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

Read more...

initialized

initialized: boolean

keywords

keywords: string[]

Used to query for attachments that match the provided keywords.

Read more...

name

name: string

Used to query for attachments that match this name.

Read more...

num

num: number

The number of features to retrieve.

Read more...

objectIds

objectIds: number[]

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

Read more...

returnMetadata

returnMetadata: boolean

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

Read more...

size

size: number[]

The file size of the attachment is specified in bytes.

Read more...

start

start: number

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

Read more...

where

where: string

The where clause to be applied to the layer.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportAttachmentQuery

clone

  • Creates a deep clone of AttachmentQuery object.

    Read more...

    Returns supportAttachmentQuery

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportAttachmentQuery

  • Parameters

    Returns supportAttachmentQuery

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc