GoogleApi.Datastream.V1.Model.MongodbSourceConfig (google_api_datastream v0.10.0)

View Source

MongoDB 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

t()

@type t() :: %GoogleApi.Datastream.V1.Model.MongodbSourceConfig{
  excludeObjects: GoogleApi.Datastream.V1.Model.MongodbCluster.t() | nil,
  includeObjects: GoogleApi.Datastream.V1.Model.MongodbCluster.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.