|  | Dsl Properties | 
The Dsl type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | GetKeyIds | 
            Constructs a message that, when send to Replicator,
            will be replied with GetKeysIdsResult message having a list of keys 
            for all replicated data structures stored on the current node.
             | 
|   | GetReplicaCount | 
            Constructs a message that, when send to Replicator,
            will be replied with ReplicaCount message having a number of all 
            replicas known to the current node.
             | 
|   | ReadLocal | 
            Gets a IReadConsistency setup, which will acknowledge success of 
            a GetT(IKeyT, IReadConsistency, Object) operation immediately as soon, as result will be 
            confirmed by the local replica only.
             | 
|   | WriteLocal | 
            Gets a IWriteConsistency setup, which will acknowledge success of an
            UpdateT(IKeyT, T, IWriteConsistency) or DeleteT(IKeyT, IWriteConsistency, Object) operation immediately as soon, as 
            result will be confirmed by the local replica only.
             | 
 See Also
See Also