Class OracleSourceConfig
Oracle data source configuration
Implements
Inherited Members
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 |