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 the details of the table when the backup was created.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.SourceTableDetails

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

Syntax

C#
public class SourceTableDetails

The SourceTableDetails type exposes the following members

Constructors

NameDescription
Public Method SourceTableDetails()

Properties

NameTypeDescription
Public Property BillingMode Amazon.DynamoDBv2.BillingMode

Gets and sets the property BillingMode.

Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.

  • PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend using PROVISIONED for predictable workloads.

  • PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We recommend using PAY_PER_REQUEST for unpredictable workloads.

Public Property ItemCount System.Int64

Gets and sets the property ItemCount.

Number of items in the table. Note that this is an approximate value.

Public Property KeySchema System.Collections.Generic.List<Amazon.DynamoDBv2.Model.KeySchemaElement>

Gets and sets the property KeySchema.

Schema of the table.

Public Property ProvisionedThroughput Amazon.DynamoDBv2.Model.ProvisionedThroughput

Gets and sets the property ProvisionedThroughput.

Read IOPs and Write IOPS on the table when the backup was created.

Public Property TableArn System.String

Gets and sets the property TableArn.

ARN of the table for which backup was created.

Public Property TableCreationDateTime System.DateTime

Gets and sets the property TableCreationDateTime.

Time when the source table was created.

Public Property TableId System.String

Gets and sets the property TableId.

Unique identifier for the table for which the backup was created.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the table for which the backup was created.

Public Property TableSizeBytes System.Int64

Gets and sets the property TableSizeBytes.

Size of the table in bytes. Note that this is an approximate value.

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