AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Data retrieval policy rule.

Inheritance Hierarchy

System.Object
  Amazon.Glacier.Model.DataRetrievalRule

Namespace: Amazon.Glacier.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DataRetrievalRule : Object

The DataRetrievalRule type exposes the following members

Constructors

NameDescription
Public Method DataRetrievalRule()

Properties

NameTypeDescription
Public Property BytesPerHour System.Int64 Gets and sets the property BytesPerHour.

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

Public Property Strategy System.String Gets and sets the property Strategy.

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1