UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 585 B
/** Lifecycle rule expiration configuration */ export interface StorageLifecycleRuleExpiration { /** Indicates at what date the objects will be deleted. */ date?: string; /** Objects will be deleted past this lifetime. */ days?: number; /** Indicates whether a delete marker with no noncurrent versions will be removed. If set to true, the delete marker will be expired; if set to false the policy takes no action. This cannot be specified with Days or Date. */ expiredObjectDeleteMarker?: boolean; } //# sourceMappingURL=StorageLifecycleRuleExpiration.d.ts.map