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

The response for executeCreateReplica().

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.

asyncStatusUrl

Property
Type
string | null | undefined

URL to check asynchronous status when replica creation runs asynchronously.

createReplicaResult

Property
Type
CreateReplicaResult | null | undefined

Result payload when replica creation returns synchronously.

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.

Type definitions

CreateReplicaResult

Type definition

Result details returned for a completed replica creation request.

errors

Property
Type
EsriError[]

Errors returned by the replica creation operation.

warnings

Property
Type
EsriError[]

Warnings returned by the replica creation operation.

replicaName

Property
Type
string

Name of the created replica.

requestedReplicaName

Property
Type
string

The requested replica name supplied on the create replica request.

replicaId

Property
Type
string

Unique identifier of the created replica.

syncDate

Property
Type
Date | null | undefined

Sync date associated with the created replica.

replicaDataFormat

Property
Type
ReplicaSyncDataFormat | undefined

Sync data format of the created replica.

replicaDataUrl

Property
Type
string

URL to fetch replica data.