Values.DataReplicationInfoReplicatedDiskSourceRequest to query disks replicated.
type nonrec t = {deviceName : BoundedString.t option;Request to query device name.
*)totalStorageBytes : PositiveInteger.t option;Request to query total amount of data replicated in bytes.
*)replicatedStorageBytes : PositiveInteger.t option;Request to query amount of data replicated in bytes.
*)rescannedStorageBytes : PositiveInteger.t option;Request to query amount of data rescanned in bytes.
*)backloggedStorageBytes : PositiveInteger.t option;Request to query data replication backlog size in bytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PositiveInteger.t | `String of BoundedString.t ])
list ]