Share via


Microsoft.ServiceFabric.Actors.Runtime.Migration Namespace

Classes

Name Description
AmbiguousActorIdResolverAttribute

Represents the class is an implementation of IAmbiguousActorIdResolver. This implementation will be used to resolve ambigious actor storage keys. There can be more than one class annotated with this attribute. In that case, all the resolvers will be tried in order.

StateMigrationAttribute

Indicates whether the actor service participates in state migration.

Interfaces

Name Description
IAmbiguousActorIdResolver

Interface to resolve actorId from storage key incase there is any ambiguity. The implementation should have a default constructor.

Enums

Name Description
MigrationMode

Migration Mode.

StateMigration

Indicates actor service migration state.