Documentation ¶
Index ¶
- type AggregateOptions
- type ArrayFilters
- type AutoEncryptionOptions
- type BucketOptions
- type BulkWriteOptions
- type ChangeStreamOptions
- type ClientEncryptionOptions
- type ClientOptions
- type Collation
- type CollectionOptions
- type CountOptions
- type CreateCollectionOptions
- type CreateIndexesOptions
- type CreateViewOptions
- type DataKeyOptions
- type DatabaseOptions
- type DefaultIndexOptions
- type DeleteOptions
- type DistinctOptions
- type DropIndexesOptions
- type EncryptOptions
- type EstimatedDocumentCountOptions
- type FindOneAndDeleteOptions
- type FindOneAndReplaceOptions
- type FindOneAndUpdateOptions
- type FindOneOptions
- type FindOptions
- type GridFSFindOptions
- type IndexOptions
- type InsertManyOptions
- type InsertOneOptions
- type ListCollectionsOptions
- type ListDatabasesOptions
- type ListIndexesOptions
- type NameOptions
- type ReplaceOptions
- type RunCmdOptions
- type ServerAPIOptions
- type SessionOptions
- type TimeSeriesOptions
- type TransactionOptions
- type UpdateOptions
- type UploadOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateOptions ¶
type AggregateOptions = options.AggregateOptions
type ArrayFilters ¶
type ArrayFilters = options.ArrayFilters
type AutoEncryptionOptions ¶
type AutoEncryptionOptions = options.AutoEncryptionOptions
type BucketOptions ¶
type BucketOptions = options.BucketOptions
type BulkWriteOptions ¶
type BulkWriteOptions = options.BulkWriteOptions
type ChangeStreamOptions ¶
type ChangeStreamOptions = options.ChangeStreamOptions
type ClientEncryptionOptions ¶
type ClientEncryptionOptions = options.ClientEncryptionOptions
type ClientOptions ¶
type ClientOptions = options.ClientOptions
type CollectionOptions ¶
type CollectionOptions = options.CollectionOptions
type CountOptions ¶
type CountOptions = options.CountOptions
type CreateCollectionOptions ¶
type CreateCollectionOptions = options.CreateCollectionOptions
type CreateIndexesOptions ¶
type CreateIndexesOptions = options.CreateIndexesOptions
type CreateViewOptions ¶
type CreateViewOptions = options.CreateViewOptions
type DataKeyOptions ¶
type DataKeyOptions = options.DataKeyOptions
type DatabaseOptions ¶
type DatabaseOptions = options.DatabaseOptions
type DefaultIndexOptions ¶
type DefaultIndexOptions = options.DefaultIndexOptions
type DeleteOptions ¶
type DeleteOptions = options.DeleteOptions
type DistinctOptions ¶
type DistinctOptions = options.DistinctOptions
type DropIndexesOptions ¶
type DropIndexesOptions = options.DropIndexesOptions
type EncryptOptions ¶
type EncryptOptions = options.EncryptOptions
type EstimatedDocumentCountOptions ¶
type EstimatedDocumentCountOptions = options.EstimatedDocumentCountOptions
type FindOneAndDeleteOptions ¶
type FindOneAndDeleteOptions = options.FindOneAndDeleteOptions
type FindOneAndReplaceOptions ¶
type FindOneAndReplaceOptions = options.FindOneAndReplaceOptions
type FindOneAndUpdateOptions ¶
type FindOneAndUpdateOptions = options.FindOneAndUpdateOptions
type FindOneOptions ¶
type FindOneOptions = options.FindOneOptions
type FindOptions ¶
type FindOptions = options.FindOptions
type GridFSFindOptions ¶
type GridFSFindOptions = options.GridFSFindOptions
type IndexOptions ¶
type IndexOptions = options.IndexOptions
type InsertManyOptions ¶
type InsertManyOptions = options.InsertManyOptions
type InsertOneOptions ¶
type InsertOneOptions = options.InsertOneOptions
type ListCollectionsOptions ¶
type ListCollectionsOptions = options.ListCollectionsOptions
type ListDatabasesOptions ¶
type ListDatabasesOptions = options.ListDatabasesOptions
type ListIndexesOptions ¶
type ListIndexesOptions = options.ListIndexesOptions
type NameOptions ¶
type NameOptions = options.NameOptions
type ReplaceOptions ¶
type ReplaceOptions = options.ReplaceOptions
type RunCmdOptions ¶
type RunCmdOptions = options.RunCmdOptions
type ServerAPIOptions ¶
type ServerAPIOptions = options.ServerAPIOptions
type SessionOptions ¶
type SessionOptions = options.SessionOptions
type TimeSeriesOptions ¶
type TimeSeriesOptions = options.TimeSeriesOptions
type TransactionOptions ¶
type TransactionOptions = options.TransactionOptions
type UpdateOptions ¶
type UpdateOptions = options.UpdateOptions
type UploadOptions ¶
type UploadOptions = options.UploadOptions
Directories ¶
Path | Synopsis |
---|---|
operators/accumulator
Package accumulator Custom Aggregation Expression Operators
|
Package accumulator Custom Aggregation Expression Operators |
operators/arithmetic
Package arithmetic Arithmetic expressions perform mathematic operations on numbers.
|
Package arithmetic Arithmetic expressions perform mathematic operations on numbers. |
operators/array
Package array Array Expression Operators
|
Package array Array Expression Operators |
operators/boolean
Package boolean Boolean expressions evaluate their argument expressions as booleans and return a boolean as the result.
|
Package boolean Boolean expressions evaluate their argument expressions as booleans and return a boolean as the result. |
operators/comparison
Package comparison Comparison expressions return a boolean except for $cmp which returns a number.
|
Package comparison Comparison expressions return a boolean except for $cmp which returns a number. |
operators/conditional
Package conditional Conditional Expression Operators
|
Package conditional Conditional Expression Operators |
operators/date
Package date returns date objects or components of a date object
|
Package date returns date objects or components of a date object |
operators/object
Package object Object Expression Operators
|
Package object Object Expression Operators |
operators/set
Package set Set expressions performs set operation on arrays, treating arrays as sets.
|
Package set Set expressions performs set operation on arrays, treating arrays as sets. |
operators/stringx
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters.
|
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters. |
operators/text
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters.
|
Package strings String expressions, with the exception of $concat, only have a well-defined behavior for strings of ASCII characters. |
operators/trigonometry
Package trigonometry rigonometry expressions perform trigonometric operations on numbers.
|
Package trigonometry rigonometry expressions perform trigonometric operations on numbers. |
operators/types
Package types Type Expression Operators
|
Package types Type Expression Operators |
Click to show internal directories.
Click to hide internal directories.