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.

Container for the parameters to the RestoreTableToPointInTime operation. Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.

When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table.

Along with data, the following are also included on the new restored table using point in time recovery:

You must manually set up the following on the restored table:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DynamoDBv2.AmazonDynamoDBRequest
      Amazon.DynamoDBv2.Model.RestoreTableToPointInTimeRequest

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

Syntax

C#
public class RestoreTableToPointInTimeRequest : AmazonDynamoDBRequest
         IAmazonWebServiceRequest

The RestoreTableToPointInTimeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BillingModeOverride Amazon.DynamoDBv2.BillingMode

Gets and sets the property BillingModeOverride.

The billing mode of the restored table.

Public Property GlobalSecondaryIndexOverride System.Collections.Generic.List<Amazon.DynamoDBv2.Model.GlobalSecondaryIndex>

Gets and sets the property GlobalSecondaryIndexOverride.

List of global secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.

Public Property LocalSecondaryIndexOverride System.Collections.Generic.List<Amazon.DynamoDBv2.Model.LocalSecondaryIndex>

Gets and sets the property LocalSecondaryIndexOverride.

List of local secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.

Public Property OnDemandThroughputOverride Amazon.DynamoDBv2.Model.OnDemandThroughput

Gets and sets the property OnDemandThroughputOverride.

Public Property ProvisionedThroughputOverride Amazon.DynamoDBv2.Model.ProvisionedThroughput

Gets and sets the property ProvisionedThroughputOverride.

Provisioned throughput settings for the restored table.

Public Property RestoreDateTime System.DateTime

Gets and sets the property RestoreDateTime.

Time in the past to restore the table to.

Public Property SourceTableArn System.String

Gets and sets the property SourceTableArn.

The DynamoDB table that will be restored. This value is an Amazon Resource Name (ARN).

Public Property SourceTableName System.String

Gets and sets the property SourceTableName.

Name of the source table that is being restored.

Public Property SSESpecificationOverride Amazon.DynamoDBv2.Model.SSESpecification

Gets and sets the property SSESpecificationOverride.

The new server-side encryption settings for the restored table.

Public Property TargetTableName System.String

Gets and sets the property TargetTableName.

The name of the new table to which it must be restored to.

Public Property UseLatestRestorableTime System.Boolean

Gets and sets the property UseLatestRestorableTime.

Restore the table to the latest possible time. LatestRestorableDateTime is typically 5 minutes before the current time.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5