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

ActorIdKind Enum

  • java.lang.Object
    • java.lang.Enum<ActorIdKind>
      • microsoft.servicefabric.actors.ActorIdKind

public enum ActorIdKind

Specifies the type of id value for ActorId.

Fields

Long

Represents id value of type java.lang.Long.

String

Represents id value of type java.lang.String.

UUID

Represents id value of type java.util.UUID.

Applies to