Replica (arcpy.da)

Summary

The Replica object contains properties that describe a replica.

Discussion

Replica objects cannot be created directly. Replica properties can be accessed through the ListReplicas function.

Properties

PropertyExplanationData Type
hasConflicts
(Read Only)

Indicates if the replica is in conflict.

Boolean
isParent
(Read Only)

Indicates the replica role. Returns True if the replica is a Parent and False if the replica is a Child.

Boolean
isSender
(Read Only)

Indicates if the replica is a data sender. Returns True if the replica is a data sender and False if the replica is a data receiver.

Boolean
lastReceive
(Read Only)

The last time the replica received changes.

DateTime
lastSend
(Read Only)

The last time the replica received changes.

DateTime
name
(Read Only)

The name of the replica.

String
owner
(Read Only)

The owner of the replica in the geodatabase.

String
type
(Read Only)

The replica type.

  • CheckOutThe replica is a check-out replica.
  • OneWayThe replica is a one-way replica.
  • TwoWayThe replica is a two-way replica.
String
version
(Read Only)

The version from which the replica was created.

String

Related Topics

4/16/2013