IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ObjectLockRetention

    A Retention configuration for an object.

    interface ObjectLockRetention {
        Mode?: ObjectLockRetentionMode;
        RetainUntilDate?: Date;
    }
    Index

    Properties

    Indicates the Retention mode for the specified object.

    RetainUntilDate?: Date

    The date on which this Object Lock Retention will expire.