Table of Contents

Class ImportTableDescription

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the properties of the table being imported into.

public class ImportTableDescription
Inheritance
ImportTableDescription
Inherited Members

Constructors

ImportTableDescription()

public ImportTableDescription()

Properties

ClientToken

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 string ClientToken { get; set; }

Property Value

string

CloudWatchLogGroupArn

Gets and sets the property CloudWatchLogGroupArn.

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

public string CloudWatchLogGroupArn { get; set; }

Property Value

string

EndTime

Gets and sets the property EndTime.

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

public DateTime EndTime { get; set; }

Property Value

DateTime

ErrorCount

Gets and sets the property ErrorCount.

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

public long ErrorCount { get; set; }

Property Value

long

FailureCode

Gets and sets the property FailureCode.

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

public string FailureCode { get; set; }

Property Value

string

FailureMessage

Gets and sets the property FailureMessage.

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

public string FailureMessage { get; set; }

Property Value

string

ImportArn

Gets and sets the property ImportArn.

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

public string ImportArn { get; set; }

Property Value

string

ImportStatus

Gets and sets the property ImportStatus.

The status of the import.

public ImportStatus ImportStatus { get; set; }

Property Value

ImportStatus

ImportedItemCount

Gets and sets the property ImportedItemCount.

The number of items successfully imported into the new table.

public long ImportedItemCount { get; set; }

Property Value

long

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 InputCompressionType InputCompressionType { get; set; }

Property Value

InputCompressionType

InputFormat

Gets and sets the property InputFormat.

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

public InputFormat InputFormat { get; set; }

Property Value

InputFormat

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 InputFormatOptions InputFormatOptions { get; set; }

Property Value

InputFormatOptions

ProcessedItemCount

Gets and sets the property ProcessedItemCount.

The total number of items processed from the source file.

public long ProcessedItemCount { get; set; }

Property Value

long

ProcessedSizeBytes

Gets and sets the property ProcessedSizeBytes.

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

public long ProcessedSizeBytes { get; set; }

Property Value

long

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 S3BucketSource S3BucketSource { get; set; }

Property Value

S3BucketSource

StartTime

Gets and sets the property StartTime.

The time when this import task started.

public DateTime StartTime { get; set; }

Property Value

DateTime

TableArn

Gets and sets the property TableArn.

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

public string TableArn { get; set; }

Property Value

string

TableCreationParameters

Gets and sets the property TableCreationParameters.

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

public TableCreationParameters TableCreationParameters { get; set; }

Property Value

TableCreationParameters

TableId

Gets and sets the property TableId.

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

public string TableId { get; set; }

Property Value

string