SP.UpgradeInfo object

Represents the site collection upgrade information.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.UpgradeInfo()

Members

The UpgradeInfo object has the following members.

Constructor

The UpgradeInfo object has the following constructor.

Constructor

Description

UpgradeInfo

Initializes a new instance of the SP.UpgradeInfo object.

Properties

The UpgradeInfo object has the following properties.

Property

Description

errorFile

The location of the file that contains upgrade errors.

errors

The number of errors encountered during the site collection upgrade.

lastUpdated

The DateTime of the latest upgrade progress update.

logFile

The location of the file that contains upgrade log.

requestDate

The DateTime when the site collection upgrade was requested.

retryCount

The number of times the site collection upgrade was attempted.

startTime

The DateTime when the site collection upgrade was started.

status

The current status of the site collection upgrade.

typeId

upgradeType

The type of upgrade for the site collection. The type can be either a build to build upgrade (value = 0), or a version to version upgrade (value = 1).

warnings

The number of warnings encountered during the site collection upgrade.