public sealed class OracleColumn : IMessage<OracleColumn>, IEquatable<OracleColumn>, IDeepCloneable<OracleColumn>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class OracleColumn.
Oracle Column.
Implements
IMessage<OracleColumn>, IEquatable<OracleColumn>, IDeepCloneable<OracleColumn>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
OracleColumn()
public OracleColumn()
OracleColumn(OracleColumn)
public OracleColumn(OracleColumn other)
Name | Description |
other | OracleColumn |
Properties
ColumnName
public string ColumnName { get; set; }
Column name.
Type | Description |
String |
DataType
public string DataType { get; set; }
The Oracle data type.
Type | Description |
String |
Encoding
public string Encoding { get; set; }
Column encoding.
Type | Description |
String |
Length
public int Length { get; set; }
Column length.
Type | Description |
Int32 |
Nullable
public bool Nullable { get; set; }
Whether or not the column can accept a null value.
Type | Description |
Boolean |
OrdinalPosition
public int OrdinalPosition { get; set; }
The ordinal position of the column in the table.
Type | Description |
Int32 |
Precision
public int Precision { get; set; }
Column precision.
Type | Description |
Int32 |
PrimaryKey
public bool PrimaryKey { get; set; }
Whether or not the column represents a primary key.
Type | Description |
Boolean |
Scale
public int Scale { get; set; }
Column scale.
Type | Description |
Int32 |