ReliableState Interface
public interface ReliableState
Defines methods for interacting with all reliable state in Service Fabric.
Method Summary
Modifier and Type | Method and Description |
---|---|
URI |
getName()
Gets a value indicating the unique name for ReliableState |
Method Details
getName
public URI getName()
Gets a value indicating the unique name for ReliableState
Returns:
The name of the ReliableState instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java