Show / Hide Table of Contents

Class OracleSourceConfig

Oracle data source configuration

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

Properties

Allowlist

Oracle objects to include in the stream.

Declaration
[JsonProperty("allowlist")]
public virtual OracleRdbms Allowlist { get; set; }
Property Value
Type Description
OracleRdbms

DropLargeObjects

Drop large object values.

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

ETag

The ETag of the item.

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

Rejectlist

Oracle objects to exclude from the stream.

Declaration
[JsonProperty("rejectlist")]
public virtual OracleRdbms Rejectlist { get; set; }
Property Value
Type Description
OracleRdbms

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX