@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 589 B
TypeScript
/** Specifies when noncurrent object versions expire */
export interface StorageLifecycleRuleNoncurrentVersionExpiration {
/** Specifies how many noncurrent versions to retain. You can specify up to 100 noncurrent versions to retain. All noncurrent versions beyond the specified number to retain will be permanently deleted. */
newerNoncurrentVersions?: number;
/** Specifies the number of days an object is noncurrent before the associated action can be performed. */
noncurrentDays?: number;
}
//# sourceMappingURL=StorageLifecycleRuleNoncurrentVersionExpiration.d.ts.map