Index Management
-
A struct representing an index on a
See moreMongoCollection
.Declaration
Swift
public struct IndexModel : Codable
-
Options to use when creating an index for a collection.
See moreDeclaration
Swift
public struct IndexOptions : Codable
-
Options to use when creating a new index on a
See moreMongoCollection
.Declaration
Swift
public struct CreateIndexOptions : Encodable
-
Options to use when dropping an index from a
See moreMongoCollection
.Declaration
Swift
public struct DropIndexOptions : Encodable