Class MongoTable

    • Constructor Detail

      • MongoTable

        public MongoTable​(MongoConfig mongoConfig)
        Construct a new instance
        Parameters:
        mongoConfig - The specified table configuration
      • MongoTable

        public MongoTable​(StructType schema,
                          MongoConfig mongoConfig)
        Construct a new instance
        Parameters:
        schema - The specified table schema.
        mongoConfig - The specified table configuration
      • MongoTable

        public MongoTable​(StructType schema,
                          Transform[] partitioning,
                          MongoConfig mongoConfig)
        Construct a new instance
        Parameters:
        schema - The specified table schema.
        partitioning - The specified table partitioning.
        mongoConfig - The specified table configuration