Microsoft.ServiceFabric.Actors.Runtime.Migration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET