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 table being imported into.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.ImportTableDescription

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

Syntax

C#
public class ImportTableDescription

The ImportTableDescription type exposes the following members

Constructors

NameDescription
Public Method ImportTableDescription()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

The client token that was provided for the import task. Reusing the client token on retry makes a call to ImportTable idempotent.

Public Property CloudWatchLogGroupArn System.String

Gets and sets the property CloudWatchLogGroupArn.

The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with the target table.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time at which the creation of the table associated with this import task completed.

Public Property ErrorCount System.Int64

Gets and sets the property ErrorCount.

The number of errors occurred on importing the source file into the target table.

Public Property FailureCode System.String

Gets and sets the property FailureCode.

The error code corresponding to the failure that the import job ran into during execution.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

The error message corresponding to the failure that the import job ran into during execution.

Public Property ImportArn System.String

Gets and sets the property ImportArn.

The Amazon Resource Number (ARN) corresponding to the import request.

Public Property ImportedItemCount System.Int64

Gets and sets the property ImportedItemCount.

The number of items successfully imported into the new table.

Public Property ImportStatus Amazon.DynamoDBv2.ImportStatus

Gets and sets the property ImportStatus.

The status of the import.

Public Property InputCompressionType Amazon.DynamoDBv2.InputCompressionType

Gets and sets the property InputCompressionType.

The compression options for the data that has been imported into the target table. The values are NONE, GZIP, or ZSTD.

Public Property InputFormat Amazon.DynamoDBv2.InputFormat

Gets and sets the property InputFormat.

The format of the source data going into the target table.

Public Property InputFormatOptions Amazon.DynamoDBv2.Model.InputFormatOptions

Gets and sets the property InputFormatOptions.

The format options for the data that was imported into the target table. There is one value, CsvOption.

Public Property ProcessedItemCount System.Int64

Gets and sets the property ProcessedItemCount.

The total number of items processed from the source file.

Public Property ProcessedSizeBytes System.Int64

Gets and sets the property ProcessedSizeBytes.

The total size of data processed from the source file, in Bytes.

Public Property S3BucketSource Amazon.DynamoDBv2.Model.S3BucketSource

Gets and sets the property S3BucketSource.

Values for the S3 bucket the source file is imported from. Includes bucket name (required), key prefix (optional) and bucket account owner ID (optional).

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time when this import task started.

Public Property TableArn System.String

Gets and sets the property TableArn.

The Amazon Resource Number (ARN) of the table being imported into.

Public Property TableCreationParameters Amazon.DynamoDBv2.Model.TableCreationParameters

Gets and sets the property TableCreationParameters.

The parameters for the new table that is being imported into.

Public Property TableId System.String

Gets and sets the property TableId.

The table id corresponding to the table created by import table process.

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