Version
Resumen
The Version object contains properties that describe a version.
Debate
Version objects cannot be created directly. Version properties can be accessed through the arcpy.da.ListVersions function.
Propiedades
| Nombre | Explicación | Tipo de datos |
|---|---|---|
|
access (Solo lectura) |
Specifies the version's access permission.
|
String |
|
ancestors (Solo lectura) |
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 (Solo lectura) |
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 (Solo lectura) |
The date and time the version was created. |
DateTime |
|
description (Solo lectura) |
The description of the version. |
String |
|
isOwner (Solo lectura) |
Specifies whether the current connected user is the owner of this version. |
Boolean |
|
lastModified (Solo lectura) |
The date the version was last modified. |
DateTime |
|
name (Solo lectura) |
The name of the version. |
String |
|
parentVersionName (Solo lectura) |
The name of the parent version. |
String |