DataStream v1 API - Class SourceObjectIdentifier (2.6.0)

public sealed class SourceObjectIdentifier : IMessage<SourceObjectIdentifier>, IEquatable<SourceObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.

Represents an identifier of an object in the data source.

Inheritance

object > SourceObjectIdentifier

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SourceObjectIdentifier()

public SourceObjectIdentifier()

SourceObjectIdentifier(SourceObjectIdentifier)

public SourceObjectIdentifier(SourceObjectIdentifier other)
Parameter
NameDescription
otherSourceObjectIdentifier

Properties

MysqlIdentifier

public SourceObjectIdentifier.Types.MysqlObjectIdentifier MysqlIdentifier { get; set; }

Mysql data source object identifier.

Property Value
TypeDescription
SourceObjectIdentifierTypesMysqlObjectIdentifier

OracleIdentifier

public SourceObjectIdentifier.Types.OracleObjectIdentifier OracleIdentifier { get; set; }

Oracle data source object identifier.

Property Value
TypeDescription
SourceObjectIdentifierTypesOracleObjectIdentifier

PostgresqlIdentifier

public SourceObjectIdentifier.Types.PostgresqlObjectIdentifier PostgresqlIdentifier { get; set; }

PostgreSQL data source object identifier.

Property Value
TypeDescription
SourceObjectIdentifierTypesPostgresqlObjectIdentifier

SourceIdentifierCase

public SourceObjectIdentifier.SourceIdentifierOneofCase SourceIdentifierCase { get; }
Property Value
TypeDescription
SourceObjectIdentifierSourceIdentifierOneofCase