DataStream v1 API - Class SqlServerTable (2.8.0)

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

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

SQLServer table.

Inheritance

object > SqlServerTable

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SqlServerTable()

public SqlServerTable()

SqlServerTable(SqlServerTable)

public SqlServerTable(SqlServerTable other)
Parameter
Name Description
other SqlServerTable

Properties

Columns

public RepeatedField<SqlServerColumn> Columns { get; }

SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Property Value
Type Description
RepeatedFieldSqlServerColumn

Table

public string Table { get; set; }

Table name.

Property Value
Type Description
string