다음을 통해 공유


IndexingPolicy interface

Cosmos DB 인덱싱 정책

속성

automatic

인덱싱 정책이 자동인지를 나타냅니다.

compositeIndexes

복합 경로 목록 목록

excludedPaths

인덱싱에서 제외할 경로 목록

includedPaths

인덱싱에 포함할 경로 목록

indexingMode

인덱싱 모드를 나타냅니다.

spatialIndexes

공간 세부 정보 목록

vectorIndexes

벡터 인덱싱에 포함할 경로 목록

속성 세부 정보

automatic

인덱싱 정책이 자동인지를 나타냅니다.

automatic?: boolean

속성 값

boolean

compositeIndexes

복합 경로 목록 목록

compositeIndexes?: CompositePath[][]

속성 값

excludedPaths

인덱싱에서 제외할 경로 목록

excludedPaths?: ExcludedPath[]

속성 값

includedPaths

인덱싱에 포함할 경로 목록

includedPaths?: IncludedPath[]

속성 값

indexingMode

인덱싱 모드를 나타냅니다.

indexingMode?: string

속성 값

string

spatialIndexes

공간 세부 정보 목록

spatialIndexes?: SpatialSpec[]

속성 값

vectorIndexes

벡터 인덱싱에 포함할 경로 목록

vectorIndexes?: VectorIndex[]

속성 값