ListCollectionsOptions
public struct ListCollectionsOptions : Codable
Options to use when executing a listCollections
command on a MongoDatabase
.
-
The batchSize for the returned cursor.
Declaration
Swift
public var batchSize: Int?
-
Convenience initializer allowing any/all parameters to be omitted or optional
Declaration
Swift
public init(batchSize: Int? = nil)