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 structure used to create or update a database.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.DatabaseInput

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

Syntax

C#
public class DatabaseInput

The DatabaseInput type exposes the following members

Constructors

NameDescription
Public Method DatabaseInput()

Properties

NameTypeDescription
Public Property CreateTableDefaultPermissions System.Collections.Generic.List<Amazon.Glue.Model.PrincipalPermissions>

Gets and sets the property CreateTableDefaultPermissions.

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

Public Property Description System.String

Gets and sets the property Description.

A description of the database.

Public Property FederatedDatabase Amazon.Glue.Model.FederatedDatabase

Gets and sets the property FederatedDatabase.

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

Public Property LocationUri System.String

Gets and sets the property LocationUri.

The location of the database (for example, an HDFS path).

Public Property Name System.String

Gets and sets the property Name.

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

Public Property Parameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Parameters.

These key-value pairs define parameters and properties of the database.

These key-value pairs define parameters and properties of the database.

Public Property TargetDatabase Amazon.Glue.Model.DatabaseIdentifier

Gets and sets the property TargetDatabase.

A DatabaseIdentifier structure that describes a target database for resource linking.

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