IndexingPolicy interface
Properti
automatic | |
composite |
Array <xref:CompositeIndexes> mewakili indeks komposit yang akan disertakan. |
excluded |
Array <xref:IncludedPath> mewakili jalur yang akan dikecualikan untuk pengindeksan. |
full |
Array FullTextIndex mewakili indeks teks lengkap yang akan disertakan. |
included |
Array <xref:IncludedPath> mewakili jalur yang akan disertakan untuk pengindeksan. |
indexing |
Mode pengindeksan (konsisten atau malas) IndexingMode. |
spatial |
|
vector |
Array VectorIndex mewakili jalur indeks vektor yang akan disertakan untuk pengindeksan. |
Detail Properti
automatic
automatic?: boolean
Nilai Properti
boolean
compositeIndexes
Array <xref:CompositeIndexes> mewakili indeks komposit yang akan disertakan.
compositeIndexes?: CompositePath[][]
Nilai Properti
CompositePath[][]
excludedPaths
Array <xref:IncludedPath> mewakili jalur yang akan dikecualikan untuk pengindeksan.
excludedPaths?: IndexedPath[]
Nilai Properti
fullTextIndexes
Array FullTextIndex mewakili indeks teks lengkap yang akan disertakan.
fullTextIndexes?: FullTextIndex[]
Nilai Properti
includedPaths
Array <xref:IncludedPath> mewakili jalur yang akan disertakan untuk pengindeksan.
includedPaths?: IndexedPath[]
Nilai Properti
indexingMode
Mode pengindeksan (konsisten atau malas) IndexingMode.
indexingMode?: "consistent" | "lazy" | "none"
Nilai Properti
"consistent" | "lazy" | "none"
spatialIndexes
vectorIndexes
Array VectorIndex mewakili jalur indeks vektor yang akan disertakan untuk pengindeksan.
vectorIndexes?: VectorIndex[]