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 features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.SourceTableFeatureDetails

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

Syntax

C#
public class SourceTableFeatureDetails

The SourceTableFeatureDetails type exposes the following members

Constructors

NameDescription
Public Method SourceTableFeatureDetails()

Properties

NameTypeDescription
Public Property GlobalSecondaryIndexes System.Collections.Generic.List<Amazon.DynamoDBv2.Model.GlobalSecondaryIndexInfo>

Gets and sets the property GlobalSecondaryIndexes.

Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.

Public Property LocalSecondaryIndexes System.Collections.Generic.List<Amazon.DynamoDBv2.Model.LocalSecondaryIndexInfo>

Gets and sets the property LocalSecondaryIndexes.

Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.

Public Property SSEDescription Amazon.DynamoDBv2.Model.SSEDescription

Gets and sets the property SSEDescription.

The description of the server-side encryption status on the table when the backup was created.

Public Property StreamDescription Amazon.DynamoDBv2.Model.StreamSpecification

Gets and sets the property StreamDescription.

Stream settings on the table when the backup was created.

Public Property TimeToLiveDescription Amazon.DynamoDBv2.Model.TimeToLiveDescription

Gets and sets the property TimeToLiveDescription.

Time to Live settings on the table when the backup was created.

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