RemoteCountOptions
public struct RemoteCountOptions
Options to use when executing a count
command on a RemoteMongoCollection
.
-
Convenience initializer allowing any/all parameters to be optional
Declaration
Swift
public init(limit: Int64? = nil)
-
The maximum number of documents to count.
Declaration
Swift
public let limit: Int64?