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.

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.MetadataCatalogDetail

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

Syntax

C#
public class MetadataCatalogDetail

The MetadataCatalogDetail type exposes the following members

Constructors

NameDescription
Public Method MetadataCatalogDetail()

Properties

NameTypeDescription
Public Property CatalogType Amazon.Appflow.CatalogType

Gets and sets the property CatalogType.

The type of metadata catalog that Amazon AppFlow used for the associated flow run. This parameter returns the following value:

GLUE

The metadata catalog is provided by the Glue Data Catalog. Glue includes the Glue Data Catalog as a component.

Public Property PartitionRegistrationOutput Amazon.Appflow.Model.RegistrationOutput

Gets and sets the property PartitionRegistrationOutput.

Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog. The data partitions organize the flow output into a hierarchical path, such as a folder path in an S3 bucket. Amazon AppFlow creates the partitions (if they don't already exist) based on your flow configuration.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the table that stores the metadata for the associated flow run. The table stores metadata that represents the data that the flow transferred. Amazon AppFlow stores the table in the metadata catalog.

Public Property TableRegistrationOutput Amazon.Appflow.Model.RegistrationOutput

Gets and sets the property TableRegistrationOutput.

Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog. Amazon AppFlow creates or updates this table for the associated flow run.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5