import ReplicasInformationResponse from "@arcgis/core/rest/knowledgeGraph/ReplicasInformationResponse.js";
Inheritance
ReplicasInformationResponseAccessor
Since
ArcGIS Maps SDK for JavaScript 5.1

The response for fetchReplicasInformation().

Constructors

Constructor

Constructor

Parameters

ParameterTypeDescriptionRequired
properties
See the properties table for a list of all the properties that may be passed into the constructor.

Properties

Any properties can be set, retrieved or listened to. See the Watch for changes topic.
PropertyTypeClass
readonly inherited

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

replicas

Property
Type
ReplicaInformation[]

Information for the replicas registered with the knowledge graph.

Type definitions

ReplicaInformation

Type definition

Summary information for a replica registered with the knowledge graph.

replicaName

Property
Type
string

Name of the replica.

replicaId

Property
Type
string

Unique identifier of the replica.

lastSyncDate

Property
Type
Date | null | undefined

Date of the last replica sync.