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.

Contains details for the backup.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.BackupSummary

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

Syntax

C#
public class BackupSummary

The BackupSummary type exposes the following members

Constructors

NameDescription
Public Method BackupSummary()

Properties

NameTypeDescription
Public Property BackupArn System.String

Gets and sets the property BackupArn.

ARN associated with the backup.

Public Property BackupCreationDateTime System.DateTime

Gets and sets the property BackupCreationDateTime.

Time at which the backup was created.

Public Property BackupExpiryDateTime System.DateTime

Gets and sets the property BackupExpiryDateTime.

Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

Public Property BackupName System.String

Gets and sets the property BackupName.

Name of the specified backup.

Public Property BackupSizeBytes System.Int64

Gets and sets the property BackupSizeBytes.

Size of the backup in bytes.

Public Property BackupStatus Amazon.DynamoDBv2.BackupStatus

Gets and sets the property BackupStatus.

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

Public Property BackupType Amazon.DynamoDBv2.BackupType

Gets and sets the property BackupType.

BackupType:

  • USER - You create and manage these using the on-demand backup feature.

  • SYSTEM - If you delete a table with point-in-time recovery enabled, a SYSTEM backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion.

  • AWS_BACKUP - On-demand backup created by you from Backup service.

Public Property TableArn System.String

Gets and sets the property TableArn.

ARN associated with the table.

Public Property TableId System.String

Gets and sets the property TableId.

Unique identifier for the table.

Public Property TableName System.String

Gets and sets the property TableName.

Name of the table.

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