Database/Collection Management
-
A struct modeling the information returned from the
See morelistDatabases
command about a single database.Declaration
Swift
public struct DatabaseSpecification : Codable
-
Options for “listDatabases” operations.
See moreDeclaration
Swift
public struct ListDatabasesOptions
-
Options to use when executing a
See moredropDatabase
command.Declaration
Swift
public struct DropDatabaseOptions : Codable
-
Specifications of a collection returned when executing
See morelistCollections
.Declaration
Swift
public struct CollectionSpecification : Codable
-
Info about the collection that is returned with a
See morelistCollections
call.Declaration
Swift
public struct CollectionSpecificationInfo : Codable
-
Options to use when executing a
See morelistCollections
command on aMongoDatabase
.Declaration
Swift
public struct ListCollectionsOptions : Codable
-
Describes the type of data store returned when executing
See morelistCollections
.Declaration
Swift
public enum CollectionType : RawRepresentable, Codable
-
Options to use when executing a
See morecreateCollection
command on aMongoDatabase
.Declaration
Swift
public struct CreateCollectionOptions : Codable, CodingStrategyProvider
-
Options to use when dropping a collection.
See moreDeclaration
Swift
public struct DropCollectionOptions : Codable
-
Options to use when renaming a collection. These options will be used for
See moreMongoCollection.renamed
.Declaration
Swift
public struct RenameCollectionOptions : Codable