Other Structures
The following structures are available globally.
-
Specifies a library to use for network compression.
See moreDeclaration
Swift
public struct Compressor : CustomStringConvertible, Equatable
-
Represents a MongoDB connection string.
See moreDeclaration
Swift
public struct MongoConnectionString : Codable, LosslessStringConvertible
-
Represents a MongoDB namespace for a database or collection.
See moreDeclaration
Swift
public struct MongoNamespace : Codable, Equatable
extension MongoNamespace: CustomStringConvertible
-
A type containing options for specifying a MongoDB server API version and related behavior.
See moreDeclaration
Swift
public struct MongoServerAPI : Codable
-
The options to use when creating a time series collection.
See moreDeclaration
Swift
public struct TimeseriesOptions : Codable
-
Options to use when running a command against a
See moreMongoDatabase
.Declaration
Swift
public struct RunCommandOptions : Encodable