ContainerDefinition interface
屬性
change |
變更與容器相關的摘要原則 |
computed |
容器的計算屬性 |
conflict |
用來解決容器中衝突的衝突解決原則。 |
default |
容器中項目的預設存留時間為秒。 |
geospatial |
集合的地理空間設定。 類型預設會設定為 Geography |
id | 容器的標識碼。 |
indexing |
與容器相關聯的索引編製原則。 |
partition |
容器的數據分割索引鍵。 |
unique |
每個分割區索引鍵必須是唯一的其他索引鍵原則 |
vector |
向量內嵌原則資訊,用於將專案儲存在容器中。 |
屬性詳細資料
changeFeedPolicy
computedProperties
conflictResolutionPolicy
defaultTtl
容器中項目的預設存留時間為秒。
defaultTtl?: number
屬性值
number
geospatialConfig
集合的地理空間設定。 類型預設會設定為 Geography
geospatialConfig?: { type: GeospatialType }
屬性值
{ type: GeospatialType }
id
容器的標識碼。
id?: string
屬性值
string