Show / Hide Table of Contents

Class CatalogTableStorageDescriptorSerDeInfo

Inheritance
System.Object
CatalogTableStorageDescriptorSerDeInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSerDeInfo

Fields

View Source

Name

Name of the SerDe.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Parameters

A map of initialization parameters for the SerDe, in key-value form.

Declaration
public readonly ImmutableDictionary<string, string> Parameters
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

SerializationLibrary

Usually the class that implements the SerDe. An example is: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

Declaration
public readonly string SerializationLibrary
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.