你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexPolicyCompareService Class

  • java.lang.Object
    • com.azure.spring.data.cosmos.repository.support.IndexPolicyCompareService

public class IndexPolicyCompareService

Class for determining if the index policy currently applied to the container matches the index policy that is specified on an entities' @CosmosIndexingPolicy annotation

Constructor Summary

Constructor Description
IndexPolicyCompareService()

Creates an instance of IndexPolicyCompareService.

Method Summary

Modifier and Type Method and Description
static boolean policyNeedsUpdate(IndexingPolicy existingPolicy, IndexingPolicy newPolicy)

Whether the policy needs updating.

Methods inherited from java.lang.Object

Constructor Details

IndexPolicyCompareService

public IndexPolicyCompareService()

Creates an instance of IndexPolicyCompareService.

Method Details

policyNeedsUpdate

public static boolean policyNeedsUpdate(IndexingPolicy existingPolicy, IndexingPolicy newPolicy)

Whether the policy needs updating.

Parameters:

existingPolicy - Existing policy
newPolicy - New policy

Returns:

Whether the policy needs updating.

Applies to