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 storage volume recovery point object.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Model.VolumeRecoveryPointInfo

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

Syntax

C#
public class VolumeRecoveryPointInfo

The VolumeRecoveryPointInfo type exposes the following members

Constructors

NameDescription
Public Method VolumeRecoveryPointInfo()

Properties

NameTypeDescription
Public Property VolumeARN System.String

Gets and sets the property VolumeARN.

The Amazon Resource Name (ARN) of the volume target.

Public Property VolumeRecoveryPointTime System.String

Gets and sets the property VolumeRecoveryPointTime.

The time the recovery point was taken.

Public Property VolumeSizeInBytes System.Int64

Gets and sets the property VolumeSizeInBytes.

The size of the volume in bytes.

Public Property VolumeUsageInBytes System.Int64

Gets and sets the property VolumeUsageInBytes.

The size of the data stored on the volume in bytes.

This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.

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