Show / Hide Table of Contents

Class SourceObjectIdentifier

Represents an identifier of an object in the data source.

Inheritance
object
SourceObjectIdentifier
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

MongodbIdentifier

MongoDB data source object identifier.

Declaration
[JsonProperty("mongodbIdentifier")]
public virtual MongodbObjectIdentifier MongodbIdentifier { get; set; }
Property Value
Type Description
MongodbObjectIdentifier

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

SalesforceIdentifier

Salesforce data source object identifier.

Declaration
[JsonProperty("salesforceIdentifier")]
public virtual SalesforceObjectIdentifier SalesforceIdentifier { get; set; }
Property Value
Type Description
SalesforceObjectIdentifier

SqlServerIdentifier

SQLServer data source object identifier.

Declaration
[JsonProperty("sqlServerIdentifier")]
public virtual SqlServerObjectIdentifier SqlServerIdentifier { get; set; }
Property Value
Type Description
SqlServerObjectIdentifier

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX