Instance Propertyswift-mongodb 0.27.0MongoQL->Mongo
type
Mongo.CollectionOptions.Variant.swift:19var type: Mongo.CollectionType { get }
var type: Mongo.CollectionType { get }
s5MongoAAO0A2QLE17CollectionOptionsV7VariantO4typeAbCE0C4TypeOvp
What are these?
FNV24: [1H0XV]
import MongoQL
import Mongo
A single-type module that declares the Mongo
namespace.
@frozen enum Variant
enum Mongo
@frozen struct CollectionOptions
Collection options.
@frozen enum CollectionType
var cap: (size: Int, max: Int?)? { get }
var timeseries: Mongo.Timeseries? { get }
var view: Mongo.CollectionView? { get }