Click or drag to resize

FindOperationTDocument Class

Represents a Find command operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsFindOperationTDocument

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public class FindOperation<TDocument> : IReadOperation<IAsyncCursor<TDocument>>, 
	IExecutableInRetryableReadContext<IAsyncCursor<TDocument>>, IExplainableOperation

Type Parameters

TDocument
The type of the document.

The FindOperationTDocument type exposes the following members.

Constructors
  NameDescription
Public methodFindOperationTDocument
Initializes a new instance of the FindOperationTDocument class.
Top
Properties
  NameDescription
Public propertyAllowDiskUse
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
Public propertyAllowPartialResults
Gets or sets a value indicating whether the server is allowed to return partial results if any shards are unavailable.
Public propertyBatchSize
Gets or sets the size of a batch.
Public propertyCollation
Gets or sets the collation.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyComment
Gets or sets the comment.
Public propertyCursorType
Gets or sets the type of the cursor.
Public propertyFilter
Gets or sets the filter.
Public propertyFirstBatchSize
Gets or sets the size of the first batch.
Public propertyHint
Gets or sets the hint.
Public propertyLet
Gets or sets the let document.
Public propertyLimit
Gets or sets the limit.
Public propertyMax
Gets or sets the max key value.
Public propertyMaxAwaitTime
Gets or sets the maximum await time for TailableAwait cursors.
Public propertyMaxScan Obsolete.
Gets or sets the max scan.
Public propertyMaxTime
Gets or sets the maximum time the server should spend on this operation.
Public propertyMessageEncoderSettings
Gets the message encoder settings.
Public propertyMin
Gets or sets the min key value.
Public propertyModifiers Obsolete.
Gets or sets any additional query modifiers.
Public propertyNoCursorTimeout
Gets or sets a value indicating whether the server will not timeout the cursor.
Public propertyOplogReplay Obsolete.
Gets or sets a value indicating whether the OplogReplay bit will be set.
Public propertyProjection
Gets or sets the projection.
Public propertyReadConcern
Gets or sets the read concern.
Public propertyResultSerializer
Gets the result serializer.
Public propertyRetryRequested
Gets or sets a value indicating whether to retry.
Public propertyReturnKey
Gets or sets whether to only return the key values.
Public propertyShowRecordId
Gets or sets whether the record Id should be added to the result document.
Public propertySingleBatch
Gets or sets whether to return only a single batch.
Public propertySkip
Gets or sets the number of documents skip.
Public propertySnapshot Obsolete.
Gets or sets whether to use snapshot behavior.
Public propertySort
Gets or sets the sort specification.
Top
Methods
  NameDescription
Public methodCreateCommand
Creates the command to be explained.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute(IReadBinding, CancellationToken)
Executes the operation.
Public methodExecute(RetryableReadContext, CancellationToken)
Executes the first attempt.
Public methodExecuteAsync(IReadBinding, CancellationToken)
Executes the operation.
Public methodExecuteAsync(RetryableReadContext, CancellationToken)
Executes the first attempt.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also