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

interface LocationServiceData {
    accessMappings?: AccessMapping[];
    clientCacheFresh?: boolean;
    clientCacheTimeToLive?: number;
    defaultAccessMappingMoniker?: string;
    lastChangeId?: number;
    lastChangeId64?: number;
    serviceDefinitions?: ServiceDefinition[];
    serviceOwner?: string;
}

Properties

accessMappings?: AccessMapping[]

Data about the access mappings contained by this location service.

clientCacheFresh?: boolean

Data that the location service holds.

clientCacheTimeToLive?: number

The time to live on the location service cache.

defaultAccessMappingMoniker?: string

The default access mapping moniker for the server.

lastChangeId?: number

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

lastChangeId64?: number

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

serviceDefinitions?: ServiceDefinition[]

Data about the service definitions contained by this location service.

serviceOwner?: string

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