AWS SDK Version 4 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.

The destination information for a V1 S3 Metadata configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using CreateBucketMetadataConfiguration so that you can expire journal table records and create a live inventory table.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.S3TablesDestinationResult

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

Syntax

C#
public class S3TablesDestinationResult

The S3TablesDestinationResult type exposes the following members

Constructors

NameDescription
Public Method S3TablesDestinationResult()

Properties

NameTypeDescription
Public Property TableArn System.String

Gets and sets the property TableArn.

The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

Public Property TableBucketArn System.String

Gets and sets the property TableBucketArn.

The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.

Public Property TableName System.String

Gets and sets the property TableName.

The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the aws_s3_metadata namespace in the destination table bucket.

Public Property TableNamespace System.String

Gets and sets the property TableNamespace.

The table bucket namespace for the metadata table in your metadata table configuration. This value is always aws_s3_metadata.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer