Replica (arcpy.da)

Récapitulatif

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.

Propriétés

PropriétéExplicationType de données
hasConflicts
(Lecture seule)

Indicates if the replica is in conflict.

Boolean
isParent
(Lecture seule)

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

Boolean
isSender
(Lecture seule)

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
(Lecture seule)

The last time the replica received changes.

DateTime
lastSend
(Lecture seule)

The last time the replica received changes.

DateTime
name
(Lecture seule)

The name of the replica.

String
owner
(Lecture seule)

The owner of the replica in the geodatabase.

String
type
(Lecture seule)

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
(Lecture seule)

The version from which the replica was created.

String

Thèmes connexes

9/12/2013