DataStream v1alpha1 API - Class OracleColumn (2.0.0-alpha03)

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.

Inheritance

object > OracleColumn

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

OracleColumn()

public OracleColumn()

OracleColumn(OracleColumn)

public OracleColumn(OracleColumn other)
Parameter
NameDescription
otherOracleColumn

Properties

ColumnName

public string ColumnName { get; set; }

Column name.

Property Value
TypeDescription
string

DataType

public string DataType { get; set; }

The Oracle data type.

Property Value
TypeDescription
string

Encoding

public string Encoding { get; set; }

Column encoding.

Property Value
TypeDescription
string

Length

public int Length { get; set; }

Column length.

Property Value
TypeDescription
int

Nullable

public bool Nullable { get; set; }

Whether or not the column can accept a null value.

Property Value
TypeDescription
bool

OrdinalPosition

public int OrdinalPosition { get; set; }

The ordinal position of the column in the table.

Property Value
TypeDescription
int

Precision

public int Precision { get; set; }

Column precision.

Property Value
TypeDescription
int

PrimaryKey

public bool PrimaryKey { get; set; }

Whether or not the column represents a primary key.

Property Value
TypeDescription
bool

Scale

public int Scale { get; set; }

Column scale.

Property Value
TypeDescription
int