Class SourceObjectIdentifier
Represents an identifier of an object in the data source.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SourceObjectIdentifier : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MysqlIdentifier
Mysql data source object identifier.
Declaration
[JsonProperty("mysqlIdentifier")]
public virtual MysqlObjectIdentifier MysqlIdentifier { get; set; }
Property Value
Type | Description |
---|---|
MysqlObjectIdentifier |
OracleIdentifier
Oracle data source object identifier.
Declaration
[JsonProperty("oracleIdentifier")]
public virtual OracleObjectIdentifier OracleIdentifier { get; set; }
Property Value
Type | Description |
---|---|
OracleObjectIdentifier |
PostgresqlIdentifier
PostgreSQL data source object identifier.
Declaration
[JsonProperty("postgresqlIdentifier")]
public virtual PostgresqlObjectIdentifier PostgresqlIdentifier { get; set; }
Property Value
Type | Description |
---|---|
PostgresqlObjectIdentifier |
SqlServerIdentifier
SQLServer data source object identifier.
Declaration
[JsonProperty("sqlServerIdentifier")]
public virtual SqlServerObjectIdentifier SqlServerIdentifier { get; set; }
Property Value
Type | Description |
---|---|
SqlServerObjectIdentifier |