Reading Data
-
Options to use when executing a
See morecountDocuments
command on aMongoCollection
.Declaration
Swift
public struct CountDocumentsOptions : Codable
-
Options to use when executing a
See moredistinct
command on aMongoCollection
.Declaration
Swift
public struct DistinctOptions : Codable
-
Options to use when executing an
See moreestimatedDocumentCount
command on aMongoCollection
.Declaration
Swift
public struct EstimatedDocumentCountOptions : Codable
-
Options to use when executing a
See morefindOne
command on aMongoCollection
.Declaration
Swift
public struct FindOneOptions : Codable
-
Options to use when executing a
See morefind
command on aMongoCollection
.Declaration
Swift
public struct FindOptions : Codable
-
Options to use when executing an
See moreaggregate
command on aMongoCollection
.Declaration
Swift
public struct AggregateOptions : Codable
-
An index to “hint” or force MongoDB to use when performing a query.
See moreDeclaration
Swift
public enum IndexHint : Codable, ExpressibleByStringLiteral, ExpressibleByDictionaryLiteral