GoogleApi.Datastream.V1.Model.MongodbSourceConfig (google_api_datastream v0.10.0)
View SourceMongoDB source configuration.
Attributes
-
excludeObjects(type:GoogleApi.Datastream.V1.Model.MongodbCluster.t, default:nil) - MongoDB collections to exclude from the stream. -
includeObjects(type:GoogleApi.Datastream.V1.Model.MongodbCluster.t, default:nil) - MongoDB collections to include in the stream.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.MongodbSourceConfig{ excludeObjects: GoogleApi.Datastream.V1.Model.MongodbCluster.t() | nil, includeObjects: GoogleApi.Datastream.V1.Model.MongodbCluster.t() | nil }