Microsoft.ServiceFabric.Actors.Runtime.Migration Namespace

Classes

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

IAmbiguousActorIdResolver

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

Enums

MigrationMode

Migration Mode.

StateMigration

Indicates actor service migration state.