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

RestorePolicy Enum

  • java.lang.Object
    • java.lang.Enum<RestorePolicy>
      • microsoft.servicefabric.data.RestorePolicy

public enum RestorePolicy

Policy for restore operation.

Fields

FORCE

Does not check whether backed up state being restored is ahead of the current state.

SAFE

Ensures that the backed up state being restored is ahead of the current state.

Methods

getValue()

public int getValue()

Gets the enum ordinal.

Returns

int
enum ordinal.

Applies to