import CreateReplicaResponse from "@arcgis/core/rest/knowledgeGraph/CreateReplicaResponse.js";const CreateReplicaResponse = await $arcgis.import("@arcgis/core/rest/knowledgeGraph/CreateReplicaResponse.js");- Inheritance
- CreateReplicaResponse→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.1
The response for executeCreateReplica().
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| 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.
| Property | Type | Class |
|---|---|---|
| | ||
| | ||
| readonly inherited |
createReplicaResult
Property
- Type
- CreateReplicaResult | null | undefined
Result payload when replica creation returns synchronously.
Type definitions
CreateReplicaResult
Type definition
Result details returned for a completed replica creation request.
requestedReplicaName
Property
- Type
- string
The requested replica name supplied on the create replica request.
replicaDataFormat
Property
- Type
- ReplicaSyncDataFormat | undefined
Sync data format of the created replica.