RetentionDurationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The RetentionDuration type.
public enum RetentionDurationType
type RetentionDurationType =
Public Enum RetentionDurationType
- Inheritance
-
System.EnumRetentionDurationType
Fields
Days | 1 | Days RetentionDurationType of ProtectionPolicy. |
Invalid | 0 | Invalid RetentionDurationType of ProtectionPolicy. |
Months | 3 | Months RetentionDurationType of ProtectionPolicy. |
Weeks | 2 | Weeks RetentionDurationType of ProtectionPolicy. |
Years | 4 | Years RetentionDurationType of ProtectionPolicy. |