siteArchivalDetails resource type
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 . The possible values are: recentlyArchived , fullyArchived , reactivating , unknownFutureValue . |
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. |
JSON representation
The following JSON representation shows the resource type.
{
"archiveStatus": "fullyArchived"
}