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.

Represents the properties of the exported table.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.ExportDescription

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

Syntax

C#
public class ExportDescription

The ExportDescription type exposes the following members

Constructors

NameDescription
Public Method ExportDescription()

Properties

NameTypeDescription
Public Property BilledSizeBytes System.Int64

Gets and sets the property BilledSizeBytes.

The billable size of the table export.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

The client token that was provided for the export task. A client token makes calls to ExportTableToPointInTimeInput idempotent, meaning that multiple identical calls have the same effect as one single call.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time at which the export task completed.

Public Property ExportArn System.String

Gets and sets the property ExportArn.

The Amazon Resource Name (ARN) of the table export.

Public Property ExportFormat Amazon.DynamoDBv2.ExportFormat

Gets and sets the property ExportFormat.

The format of the exported data. Valid values for ExportFormat are DYNAMODB_JSON or ION.

Public Property ExportManifest System.String

Gets and sets the property ExportManifest.

The name of the manifest file for the export task.

Public Property ExportStatus Amazon.DynamoDBv2.ExportStatus

Gets and sets the property ExportStatus.

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

Public Property ExportTime System.DateTime

Gets and sets the property ExportTime.

Point in time from which table data was exported.

Public Property ExportType Amazon.DynamoDBv2.ExportType

Gets and sets the property ExportType.

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

Public Property FailureCode System.String

Gets and sets the property FailureCode.

Status code for the result of the failed export.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

Export failure reason description.

Public Property IncrementalExportSpecification Amazon.DynamoDBv2.Model.IncrementalExportSpecification

Gets and sets the property IncrementalExportSpecification.

Optional object containing the parameters specific to an incremental export.

Public Property ItemCount System.Int64

Gets and sets the property ItemCount.

The number of items exported.

Public Property S3Bucket System.String

Gets and sets the property S3Bucket.

The name of the Amazon S3 bucket containing the export.

Public Property S3BucketOwner System.String

Gets and sets the property S3BucketOwner.

The ID of the Amazon Web Services account that owns the bucket containing the export.

Public Property S3Prefix System.String

Gets and sets the property S3Prefix.

The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.

Public Property S3SseAlgorithm Amazon.DynamoDBv2.S3SseAlgorithm

Gets and sets the property S3SseAlgorithm.

Type of encryption used on the bucket where export data is stored. Valid values for S3SseAlgorithm are:

  • AES256 - server-side encryption with Amazon S3 managed keys

  • KMS - server-side encryption with KMS managed keys

Public Property S3SseKmsKeyId System.String

Gets and sets the property S3SseKmsKeyId.

The ID of the KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable).

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time at which the export task began.

Public Property TableArn System.String

Gets and sets the property TableArn.

The Amazon Resource Name (ARN) of the table that was exported.

Public Property TableId System.String

Gets and sets the property TableId.

Unique ID of the table that was exported.

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