Interface MqlMap<T extends MqlValue>

Type Parameters:
T - the type of the entry values
All Superinterfaces:
MqlValue

@Sealed @Beta(CLIENT) public interface MqlMap<T extends MqlValue> extends MqlValue
A map value in the context of the MongoDB Query Language (MQL). A map is a finite set of entries of a certain type. No entry key is repeated. It is a mapping from keys to values.
Since:
4.9.0