Object that contains message ksb.csle.common.proto.DatasourceProto.MongodbInfo MongodbInfo contains attributes as follows:
message MongodbInfo { required string serverAddress = 1; required string dbName = 2; required string collectionName = 3; optional string userName = 4; optional string password = 5; }
Close the MongodbWriter.
Close the MongodbWriter.
Object that contains message ksb.csle.common.proto.DatasourceProto.MongodbInfo MongodbInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.MongodbInfo MongodbInfo contains attributes as follows:
message MongodbInfo { required string serverAddress = 1; required string dbName = 2; required string collectionName = 3; optional string userName = 4; optional string password = 5; }
Save DataFrame to the given MongoDB collection.
Save DataFrame to the given MongoDB collection.
DataFrame to save
:: ApplicationDeveloperApi ::
Writer that saves DataFrame to MongoDB.