import UnregisterReplicaResponse from "@arcgis/core/rest/knowledgeGraph/UnregisterReplicaResponse.js";
Inheritance
UnregisterReplicaResponseAccessor
Since
ArcGIS Maps SDK for JavaScript 5.0

The response for executeUnregisterReplica().

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.

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.

decoderError

Property
Type
EsriError | null

Any errors encountered while decoding the results.

unregisterReplicaResults

Property
Type
UnregisterReplicaResult[]

The unregister results returned for each requested replica id.

Type definitions

UnregisterReplicaResult

Type definition

Per-replica unregister result.

replicaId

Property
Type
string

The replica id that was processed by the unregister operation.

error

Property
Type
EsriError | undefined

Any error returned for this replica id.

UnregisterReplicaOptions

Type definition

Additional options for unregistering replicas.

UnregisterAllReplicaOptions

Type definition

Additional options for unregistering all replicas.

unregisterAll

Property
Type
true

If true, unregisters all replicas.

replicaIds

Property
Type
never | undefined

Cannot be set when unregisterAll is true.

UnregisterReplicaIdsOptions

Type definition

Additional options for unregistering explicit replica ids.

unregisterAll

Property
Type
false | undefined

If false or omitted, replicaIds must contain one or more values.

replicaIds

Property
Type
string[]

The replica ids to unregister.