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.

The inventory table configuration for an S3 Metadata configuration.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.InventoryTableConfigurationResult

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

Syntax

C#
public class InventoryTableConfigurationResult

The InventoryTableConfigurationResult type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationState Amazon.S3.InventoryConfigurationState

Gets and sets the property ConfigurationState.

The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

Public Property Error Amazon.S3.Model.ErrorDetails

Gets and sets the property Error.

Public Property TableArn System.String

Gets and sets the property TableArn.

The Amazon Resource Name (ARN) for the inventory table.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the inventory table.

Public Property TableStatus System.String

Gets and sets the property TableStatus.

The status of the inventory table. The status values are:

  • CREATING - The inventory table is in the process of being created in the specified Amazon Web Services managed table bucket.

  • BACKFILLING - The inventory table is in the process of being backfilled. When you enable the inventory table for your metadata configuration, the table goes through a process known as backfilling, during which Amazon S3 scans your general purpose bucket to retrieve the initial metadata for all objects in the bucket. Depending on the number of objects in your bucket, this process can take several hours. When the backfilling process is finished, the status of your inventory table changes from BACKFILLING to ACTIVE. After backfilling is completed, updates to your objects are reflected in the inventory table within one hour.

  • ACTIVE - The inventory table has been created successfully, and records are being delivered to the table.

  • FAILED - Amazon S3 is unable to create the inventory table, or Amazon S3 is unable to deliver records.

Version Information

.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