Class MongodbSourceConfig
MongoDB source configuration.
Implements
Inherited Members
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 |
---|---|
Mongodb |
IncludeObjects
MongoDB collections to include in the stream.
Declaration
[JsonProperty("includeObjects")]
public virtual MongodbCluster IncludeObjects { get; set; }
Property Value
Type | Description |
---|---|
Mongodb |