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.

Represents the equivalent of a Hive user-defined function (UDF) definition.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.UserDefinedFunction

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

Syntax

C#
public class UserDefinedFunction

The UserDefinedFunction type exposes the following members

Constructors

NameDescription
Public Method UserDefinedFunction()

Properties

NameTypeDescription
Public Property CatalogId System.String

Gets and sets the property CatalogId.

The ID of the Data Catalog in which the function resides.

Public Property ClassName System.String

Gets and sets the property ClassName.

The Java class that contains the function code.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time at which the function was created.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of the catalog database that contains the function.

Public Property FunctionName System.String

Gets and sets the property FunctionName.

The name of the function.

Public Property OwnerName System.String

Gets and sets the property OwnerName.

The owner of the function.

Public Property OwnerType Amazon.Glue.PrincipalType

Gets and sets the property OwnerType.

The owner type.

Public Property ResourceUris System.Collections.Generic.List<Amazon.Glue.Model.ResourceUri>

Gets and sets the property ResourceUris.

The resource URIs for the function.

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