Click or drag to resize

FindOpcodeOperationTDocument Class

Represents a Find opcode operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsFindOpcodeOperationTDocument

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public class FindOpcodeOperation<TDocument> : IReadOperation<IAsyncCursor<TDocument>>, 
	IExecutableInRetryableReadContext<IAsyncCursor<TDocument>>

Type Parameters

TDocument
The type of the returned documents.

The FindOpcodeOperationTDocument type exposes the following members.

Constructors
  NameDescription
Public methodFindOpcodeOperationTDocument
Initializes a new instance of the FindOpcodeOperationTDocument class.
Top
Properties
  NameDescription
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 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 propertyLimit
Gets or sets the limit.
Public propertyMax
Gets or sets the max key value.
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
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
Gets or sets a value indicating whether the OplogReplay bit will be set.
Public propertyProjection
Gets or sets the projection.
Public propertyResultSerializer
Gets the result serializer.
Public propertyShowRecordId
Gets or sets whether the record Id should be added to the result document.
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 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 methodToExplainOperation
Returns an explain operation for this find operation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also