Click or drag to resize

ClusteredIndexOptions<TDocument> Properties

The ClusteredIndexOptions<TDocument> generic type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets or sets the index key, which must currently be {_id: 1}.
Public propertyName
Gets or sets the index name.
Public propertyUnique
Gets or sets whether the index entries must be unique, which currently must be true.
Top
See Also