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 the S3 Metadata configuration.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.DestinationResult

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

Syntax

C#
public class DestinationResult

The DestinationResult type exposes the following members

Constructors

NameDescription
Public Method DestinationResult()

Properties

NameTypeDescription
Public Property TableBucketArn System.String

Gets and sets the property TableBucketArn.

The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

Public Property TableBucketType Amazon.S3.S3TablesBucketType

Gets and sets the property TableBucketType.

The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

Public Property TableNamespace System.String

Gets and sets the property TableNamespace.

The namespace in the table bucket where the metadata tables for a metadata configuration are stored.

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