ArchiveRule
A complex data type that represents an archiving rule.
Elements
FileType
String. The file type. Cannot exceed 20 characters.
NeverExpire
Boolean. Optional. Specifies whether the object expires.
ExpireDependentFiles
Boolean. Optional. Specifies whether the object’s dependent files expire when the object is expired.
ArchiveOnExpiration
Boolean. Optional. Specifies whether the object is archived before it is expired.
ExpirationAge
Long. Optional. The expiration age for the object. Use either this element or
ExpirationTime, but not both.
ExpirationTime
DateTime. Optional. The expiration time for the object. Use either this element or
ExpirationAge, but not both.
IsInherited
Boolean. Optional. Specifies whether the rule is inherited.
InheritedFrom
Boolean. Optional. The object from which the rule is inherited.