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.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class ExportDescription
The ExportDescription type exposes the following members
| Name | Description | |
|---|---|---|
|   | ExportDescription() | 
| Name | Type | Description | |
|---|---|---|---|
|   | BilledSizeBytes | System.Int64 | Gets and sets the property BilledSizeBytes. The billable size of the table export. | 
|   | 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  | 
|   | EndTime | System.DateTime | Gets and sets the property EndTime. The time at which the export task completed. | 
|   | ExportArn | System.String | Gets and sets the property ExportArn. The Amazon Resource Name (ARN) of the table export. | 
|   | ExportFormat | Amazon.DynamoDBv2.ExportFormat | Gets and sets the property ExportFormat. 
            The format of the exported data. Valid values for  | 
|   | ExportManifest | System.String | Gets and sets the property ExportManifest. The name of the manifest file for the export task. | 
|   | ExportStatus | Amazon.DynamoDBv2.ExportStatus | Gets and sets the property ExportStatus. Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED. | 
|   | ExportTime | System.DateTime | Gets and sets the property ExportTime. Point in time from which table data was exported. | 
|   | ExportType | Amazon.DynamoDBv2.ExportType | Gets and sets the property ExportType. 
            The type of export that was performed. Valid values are  | 
|   | FailureCode | System.String | Gets and sets the property FailureCode. Status code for the result of the failed export. | 
|   | FailureMessage | System.String | Gets and sets the property FailureMessage. Export failure reason description. | 
|   | IncrementalExportSpecification | Amazon.DynamoDBv2.Model.IncrementalExportSpecification | Gets and sets the property IncrementalExportSpecification. Optional object containing the parameters specific to an incremental export. | 
|   | ItemCount | System.Int64 | Gets and sets the property ItemCount. The number of items exported. | 
|   | S3Bucket | System.String | Gets and sets the property S3Bucket. The name of the Amazon S3 bucket containing the export. | 
|   | S3BucketOwner | System.String | Gets and sets the property S3BucketOwner. The ID of the Amazon Web Services account that owns the bucket containing the export. | 
|   | 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. | 
|   | 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
             
 | 
|   | 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). | 
|   | StartTime | System.DateTime | Gets and sets the property StartTime. The time at which the export task began. | 
|   | TableArn | System.String | Gets and sets the property TableArn. The Amazon Resource Name (ARN) of the table that was exported. | 
|   | TableId | System.String | Gets and sets the property TableId. Unique ID of the table that was exported. | 
.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