Class MongodbSourceConfig
MongoDB source configuration.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MongodbSourceConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExcludeObjects
MongoDB collections to exclude from the stream.
Declaration
[JsonProperty("excludeObjects")]
public virtual MongodbCluster ExcludeObjects { get; set; }Property Value
| Type | Description | 
|---|---|
| MongodbCluster | 
IncludeObjects
MongoDB collections to include in the stream.
Declaration
[JsonProperty("includeObjects")]
public virtual MongodbCluster IncludeObjects { get; set; }Property Value
| Type | Description | 
|---|---|
| MongodbCluster | 
MaxConcurrentBackfillTasks
Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used
Declaration
[JsonProperty("maxConcurrentBackfillTasks")]
public virtual int? MaxConcurrentBackfillTasks { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |