Show / Hide Table of Contents

Class SourceConfig

The configuration of the stream source.

Inheritance
object
SourceConfig
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 SourceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MysqlSourceConfig

MySQL data source configuration

Declaration
[JsonProperty("mysqlSourceConfig")]
public virtual MysqlSourceConfig MysqlSourceConfig { get; set; }
Property Value
Type Description
MysqlSourceConfig

OracleSourceConfig

Oracle data source configuration

Declaration
[JsonProperty("oracleSourceConfig")]
public virtual OracleSourceConfig OracleSourceConfig { get; set; }
Property Value
Type Description
OracleSourceConfig

SourceConnectionProfileName

Required. Source connection profile identifier.

Declaration
[JsonProperty("sourceConnectionProfileName")]
public virtual string SourceConnectionProfileName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX