LocationServiceData interface

Data transfer class used to transfer data about the location service data over the web service.

Properties

accessMappings

Data about the access mappings contained by this location service.

clientCacheFresh

Data that the location service holds.

clientCacheTimeToLive

The time to live on the location service cache.

defaultAccessMappingMoniker

The default access mapping moniker for the server.

lastChangeId

The obsolete id for the last change that took place on the server (use LastChangeId64).

lastChangeId64

The non-truncated 64-bit id for the last change that took place on the server.

serviceDefinitions

Data about the service definitions contained by this location service.

serviceOwner

The identifier of the deployment which is hosting this location data (e.g. SPS, TFS, ELS, Napa, etc.)

Property Details

accessMappings

Data about the access mappings contained by this location service.

accessMappings: AccessMapping[]

Property Value

clientCacheFresh

Data that the location service holds.

clientCacheFresh: boolean

Property Value

boolean

clientCacheTimeToLive

The time to live on the location service cache.

clientCacheTimeToLive: number

Property Value

number

defaultAccessMappingMoniker

The default access mapping moniker for the server.

defaultAccessMappingMoniker: string

Property Value

string

lastChangeId

The obsolete id for the last change that took place on the server (use LastChangeId64).

lastChangeId: number

Property Value

number

lastChangeId64

The non-truncated 64-bit id for the last change that took place on the server.

lastChangeId64: number

Property Value

number

serviceDefinitions

Data about the service definitions contained by this location service.

serviceDefinitions: ServiceDefinition[]

Property Value

serviceOwner

The identifier of the deployment which is hosting this location data (e.g. SPS, TFS, ELS, Napa, etc.)

serviceOwner: string

Property Value

string