Version

Résumé

L'objet Version contient des propriétés décrivant une version.

Discussion

Les objets de version ne peuvent pas être créés directement. Il est possible d'accéder aux propriétés de la version via la fonction arcpy.da.ListVersions.

Propriétés

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

The version's access permission.

  • PrivateThe version's access permission is private.
  • PublicThe version's access permission is public.
  • ProtectedThe version's access permission is protected.
String
ancestors
(Lecture seule)

The version's ancestors. A list of all the versions that are in the ancestral lineage for the current version. For example, the parent version, the grandparent version, and so on, all the way back to the default version.

Version
children
(Lecture seule)

The version's children. A list of all the versions that were created directly from the current version. It does not, for example, list the grandchildren of the version.

Version
created
(Lecture seule)

The date and time the version was created.

DateTime
description
(Lecture seule)

The version's description.

String
isOwner
(Lecture seule)

True if the current connected user is the owner of this version.

Boolean
lastModified
(Lecture seule)

The last modification of the version.

DateTime
name
(Lecture seule)

The name of the version.

String
parentVersionName
(Lecture seule)

Name of the parent version.

String

Rubriques connexes