|  | IGetResponse Interface | 
Namespace: Akka.DistributedData
 Syntax
SyntaxThe IGetResponse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsFailure | 
            True if a failure happened during request fulfillment.
            False if returned successfully or value not found for the key.
             | 
|  | IsFound | 
            False if value for request was not found. True otherwise.
             | 
|  | IsSuccessful | 
            True if value for request was successfully returned.
            False if value was either not found or ended with failure.
             | 
|  | Key | 
            Initial key send by GetT(IKeyT) request.
             | 
|  | Request | 
            Optional object used for request/response correlation.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetT | 
            Tries to return a result of the request, given a replicated collection 
            key used when sending a [!:Replicator.Get] request.
             | 
 See Also
See Also