LocationServiceData interface
Data transfer class used to transfer data about the location service data over the web service.
Properties
access |
Data about the access mappings contained by this location service. |
client |
Data that the location service holds. |
client |
The time to live on the location service cache. |
default |
The default access mapping moniker for the server. |
last |
The obsolete id for the last change that took place on the server (use LastChangeId64). |
last |
The non-truncated 64-bit id for the last change that took place on the server. |
service |
Data about the service definitions contained by this location service. |
service |
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