Show / Hide Table of Contents

Class MongodbSourceConfig

MongoDB source configuration.

Inheritance
object
MongodbSourceConfig
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.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MongodbSourceConfig : IDirectResponseSchema

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX