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.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX