ListIndexesUsingQueryOperation Class (original) (raw)
Represents a list indexes operation.
Inheritance Hierarchy
SystemObject
MongoDB.Driver.Core.OperationsListIndexesUsingQueryOperation
Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class ListIndexesUsingQueryOperation : IReadOperation<IAsyncCursor>, IExecutableInRetryableReadContext<IAsyncCursor>
Public Class ListIndexesUsingQueryOperation Implements IReadOperation(Of IAsyncCursor(Of BsonDocument)), IExecutableInRetryableReadContext(Of IAsyncCursor(Of BsonDocument))
type ListIndexesUsingQueryOperation =
class
interface IReadOperation<IAsyncCursor>
interface IExecutableInRetryableReadContext<IAsyncCursor>
end
The ListIndexesUsingQueryOperation type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also