Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerInfo

Hierarchy

Index

Properties

adminTokenServiceUrl

adminTokenServiceUrl: string

The token service URL used to generate tokens for ArcGIS Server Admin resources.

Read more...

currentVersion

currentVersion: number

Version of the ArcGIS Server deployed on this server.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

hasPortal

hasPortal: boolean

Indicates whether the server is a Portal instance.

Read more...

hasServer

hasServer: boolean

Indicates whether the server is an ArcGIS Server instance.

Read more...

initialized

initialized: boolean

server

server: string

The server URL.

Read more...

shortLivedTokenValidity

shortLivedTokenValidity: number

Validity of short-lived token in minutes.

Read more...

tokenServiceUrl

tokenServiceUrl: string

The token service URL used to generate tokens for the secured resources on the server.

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

  • _set<T>(propertyName: string, value: T): ServerInfo
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ServerInfo

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 ServerInfo

  • Parameters

    Returns ServerInfo

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