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.

Container for the parameters to the UpdateTableObjects operation. Updates the manifest of Amazon S3 objects that make up the specified governed table.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LakeFormation.AmazonLakeFormationRequest
      Amazon.LakeFormation.Model.UpdateTableObjectsRequest

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

Syntax

C#
public class UpdateTableObjectsRequest : AmazonLakeFormationRequest
         IAmazonWebServiceRequest

The UpdateTableObjectsRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateTableObjectsRequest()

Properties

NameTypeDescription
Public Property CatalogId System.String

Gets and sets the property CatalogId.

The catalog containing the governed table to update. Defaults to the caller’s account ID.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The database containing the governed table to update.

Public Property TableName System.String

Gets and sets the property TableName.

The governed table to update.

Public Property TransactionId System.String

Gets and sets the property TransactionId.

The transaction at which to do the write.

Public Property WriteOperations System.Collections.Generic.List<Amazon.LakeFormation.Model.WriteOperation>

Gets and sets the property WriteOperations.

A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.

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