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

    Interface RestoreRequest

    Container for restore job parameters.

    interface RestoreRequest {
        Days?: number;
        GlacierJobParameters?: GlacierJobParameters;
        Type?: "SELECT";
        Tier?: Tier;
        Description?: string;
        SelectParameters?: SelectParameters;
        OutputLocation?: OutputLocation;
    }
    Index

    Properties

    Days?: number

    Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.

    The Days element is required for regular restores, and must not be provided for select requests.

    GlacierJobParameters?: GlacierJobParameters

    S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.

    Type?: "SELECT"

    Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

    Type of restore request.

    Tier?: Tier

    Retrieval tier at which the restore will be processed.

    Description?: string

    The optional description for the job.

    SelectParameters?: SelectParameters

    Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

    Describes the parameters for Select job types.

    OutputLocation?: OutputLocation

    Describes the location where the restore job's output is stored.