All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mongodb.jdbc.MongoJsonSchemaResult Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.mongodb.jdbc;

import java.util.Map;

public class MongoJsonSchemaResult {
    public int ok;
    public Map metadata;
    public MongoVersionedJsonSchema schema;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy