IndexingPolicy interface
プロパティ
| automatic | |
| composite |
含める複合インデックスを表す <xref:CompositeIndexes> の配列。 |
| excluded |
ClientEncryptionIncludedPath の配列は、インデックス作成のために除外するパスを表します。 |
| full |
含めるフルテキスト インデックス 表す FullTextIndex の配列。 |
| included |
ClientEncryptionIncludedPath の配列は、インデックス作成に含めるパスを表します。 |
| indexing |
IndexingMode |
| spatial |
|
| vector |
VectorIndex |
プロパティの詳細
automatic
automatic?: boolean
プロパティ値
boolean
compositeIndexes
含める複合インデックスを表す <xref:CompositeIndexes> の配列。
compositeIndexes?: CompositePath[][]
プロパティ値
CompositePath[][]
excludedPaths
fullTextIndexes
includedPaths
indexingMode
IndexingMode
indexingMode?: "consistent" | "lazy" | "none"
プロパティ値
"consistent" | "lazy" | "none"