Skip to main content

TS3GlacierJobParameters

Class in AWS.S3

GlacierJobParameters node class.

Ancestors

Properties

Tier

property Tier: string

Constructors

Create

constructor Create(const ATier: string);

Constructor for TS3GlacierJobParameters.

Parameters

NameDescription
ATierRetrieval tier at which the restore will be processed. Valid values:||.

Methods

Standard

class function Standard: TS3GlacierJobParameters; static;

TS3GlacierJobParameters

( Construct Standard Glacier Job Parameters.

Returns

A TS3GlacierJobParameters instance configured with Standard tier.

Bulk

class function Bulk: TS3GlacierJobParameters; static;

TS3GlacierJobParameters

( Construct Bulk Glacier Job Parameters.

Returns

A TS3GlacierJobParameters instance configured with Bulk tier.

Expedited

class function Expedited: TS3GlacierJobParameters; static;

TS3GlacierJobParameters

( Construct Expedited Glacier Job Parameters.

Returns

A TS3GlacierJobParameters instance configured with Expedited tier.

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Creates an XML node representation.

Parameters

NameDescription
AParentNodeAn XML node to parent the resulting node.

Returns

An GlacierJobParameters XML node.