共用方式為


CosmosDbPartitionedStorageOptions.CompatibilityMode 屬性

定義

取得或設定值,指出是否要在相容性模式中執行。 舊版 CosmosDb 的金鑰長度限制為 255。 超過這個 的索引鍵在 中 CosmosDbKeyEscape 遭到截斷。 這會維持預設行為,但可藉由將 CompatibilityMode 設定為 false 來覆寫。 此設定也允許使用未指定 PartitionKey 的較舊集合。

注意:如果使用 KeySuffix,CompatibilityMode 不能是 'true'。

public bool CompatibilityMode { get; set; }
member this.CompatibilityMode : bool with get, set
Public Property CompatibilityMode As Boolean

屬性值

目前,cosmosdb 的最大金鑰長度為 1023: https://docs.microsoft.com/en-us/azure/cosmos-db/concepts-limits#per-item-limits 回溯相容性的預設值為 255 MaxKeyLength

適用於