Click or drag to resize

IndexInfo Properties

The IndexInfo type exposes the following members.

Properties
  NameDescription
Public propertyDroppedDups
Gets a value indicating whether dups were dropped when the index was created.
Public propertyIsBackground
Gets a value indicating whether the index was created in the background.
Public propertyIsSparse
Gets a value indicating whether the index is sparse.
Public propertyIsUnique
Gets a value indicating whether the index is unique.
Public propertyKey
Gets the key of the index.
Public propertyName
Gets the name of the index.
Public propertyNamespace
Gets the namespace of the collection that the index is for.
Public propertyRawDocument
Gets the raw BSON document containing the index information.
Public propertyTimeToLive
Gets the time to live value (or TimeSpan.MaxValue if index doesn't have a time to live value).
Public propertyVersion
Gets the version of the index.
Top
See Also