AWS SDK Version 3 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.

Describes a recovery point.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Model.TapeRecoveryPointInfo

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z

Syntax

C#
public class TapeRecoveryPointInfo

The TapeRecoveryPointInfo type exposes the following members

Constructors

NameDescription
Public Method TapeRecoveryPointInfo()

Properties

NameTypeDescription
Public Property TapeARN System.String

Gets and sets the property TapeARN.

The Amazon Resource Name (ARN) of the virtual tape.

Public Property TapeRecoveryPointTime System.DateTime

Gets and sets the property TapeRecoveryPointTime.

The time when the point-in-time view of the virtual tape was replicated for later recovery.

The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

Public Property TapeSizeInBytes System.Int64

Gets and sets the property TapeSizeInBytes.

The size, in bytes, of the virtual tapes to recover.

Public Property TapeStatus System.String

Gets and sets the property TapeStatus.

The status of the virtual tapes.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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