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 SourceName
Name of the SerDe.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |