Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the archival details of a siteCollection.
Properties
Property | Type | Description |
---|---|---|
archiveStatus | siteArchiveStatus | Represents the current archive status of the site collection. Returned only on $select . |
siteArchiveStatus values
Value | Description |
---|---|
recentlyArchived | The site collection was recently archived. |
fullyArchived | The site collection is fully archived. |
reactivating | The site collection is reactivating. |
unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"archiveStatus": "fullyArchived"
}